aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/editor2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/editor b/bin/editor
index 2d64dea..bb30a00 100755
--- a/bin/editor
+++ b/bin/editor
@@ -53,7 +53,7 @@ if [[ -z "$TEXTEDITOR" ]]; then
fi
if [[ -n "$TEXTEDITOR" ]]; then
- exec $TEXTEDITOR $@
+ exec $TEXTEDITOR "$@"
else
echo "no text editor detected"
fi