]> git.tuebingen.mpg.de Git - gsu.git/blobdiff - subcommand
subcommand: Fix -e of com_prefs().
[gsu.git] / subcommand
index 6cb53d5010c96227c805c607fc5859a1bcbee62a..e544ab0252cc0b96eecefc7f489ed0d9892cb468 100644 (file)
@@ -238,7 +238,7 @@ com_prefs()
                (($? != 0)) && return
                ret=-$E_GSU_EDITOR
                result="${EDITOR:-vi}"
-               "$result" "$conf"
+               "$result" $conf
                (($? != 0)) && return
                ret=$GSU_SUCCESS
                return