aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xkeyringer2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1672236..e63baa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-2010-06-16 - unreleased - Silvio Rhatto <rhatto@riseup.net>
+2018-10-17 - unreleased - Silvio Rhatto <rhatto@riseup.net>
+
+ Fixes BASEDIR evaluation at init action
Adds history support at shell action
diff --git a/keyringer b/keyringer
index 41b34ff..6b33c6c 100755
--- a/keyringer
+++ b/keyringer
@@ -93,7 +93,7 @@ function keyringer_init {
fi
# Reparse basedir to force absolute folder
- BASEDIR="`cd $BASEDIR && pwd`"
+ BASEDIR="`cd $BASEDIR &> /dev/null && pwd`"
# Add entry
chmod 700 "$BASEDIR"