aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvis-open2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-open b/vis-open
index 6202d56..554f0d1 100755
--- a/vis-open
+++ b/vis-open
@@ -55,4 +55,4 @@ fi
CHOICE=$(printf "%s\n" "$@" | vis-menu -b -p "$VIS_MENU_PROMPT")
# Did they pick a file or directory? Who knows, let's let the next iteration figure it out.
-exec "$0" -p "$VIS_MENU_PROMPT" "$CHOICE"
+exec "$0" -p "$VIS_MENU_PROMPT" -- "$CHOICE"