diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/editor | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ if [[ -z "$TEXTEDITOR" ]]; then fi if [[ -n "$TEXTEDITOR" ]]; then - exec $TEXTEDITOR $@ + exec $TEXTEDITOR "$@" else echo "no text editor detected" fi |