]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Do not quote around EDITOR
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Dec 2016 14:03:09 +0000 (12:03 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Dec 2016 14:03:09 +0000 (12:03 -0200)
lib/keyringer/actions/preferences

index 6e36ef4e093c9d6f7a89801d795db8d8274327da..ffabc4c893de1985e9f9ed345e2f5be5a2658497 100755 (executable)
@@ -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"