aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/preferences
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-12-21 10:19:48 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-12-21 10:19:48 -0200
commit491ea8e72879c9c9244c2740e8a428b97249b58a (patch)
treeb4ae36d0568d80b9ff75596dfb6c1131b2ae2e56 /lib/keyringer/actions/preferences
parent7cb12867a3818b25ecca7bc8706563af7c7e4f93 (diff)
parentea9326628e6e872798a96063fccd76d964a75583 (diff)
downloadkeyringer-491ea8e72879c9c9244c2740e8a428b97249b58a.tar.gz
keyringer-491ea8e72879c9c9244c2740e8a428b97249b58a.tar.bz2
Imported Upstream version 0.5.0upstream_keyringer_0.5.0
Diffstat (limited to 'lib/keyringer/actions/preferences')
-rwxr-xr-xlib/keyringer/actions/preferences2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/actions/preferences b/lib/keyringer/actions/preferences
index 6e36ef4..ffabc4c 100755
--- a/lib/keyringer/actions/preferences
+++ b/lib/keyringer/actions/preferences
@@ -30,7 +30,7 @@ fi
if [ "$COMMAND" == "ls" ]; then
cat "$PREFERENCES"
elif [ "$COMMAND" == "edit" ]; then
- "$EDITOR" "$PREFERENCES"
+ $EDITOR "$PREFERENCES"
elif [ "$COMMAND" == "add" ]; then
shift 2
[[ -n $* ]] && echo $* >> "$PREFERENCES"