aboutsummaryrefslogtreecommitdiff
path: root/open-file
diff options
context:
space:
mode:
Diffstat (limited to 'open-file')
-rwxr-xr-xopen-file4
1 files changed, 2 insertions, 2 deletions
diff --git a/open-file b/open-file
index 98ce3a9..f2fd336 100755
--- a/open-file
+++ b/open-file
@@ -69,9 +69,9 @@ openfile() {
69 ;; 69 ;;
70 *) 70 *)
71 if [ "$menu" = dmenu ]; then 71 if [ "$menu" = dmenu ]; then
72 menuprompt='-p "How to open $f? "' 72 menuprompt="-p \"How to open $f? \""
73 else 73 else
74 menuprompt='--prompt="How to open $f? "' 74 menuprompt="--prompt=\"How to open $f? \""
75 fi 75 fi
76 prog=$(dmenu_path | $menu "$menuprompt") 76 prog=$(dmenu_path | $menu "$menuprompt")
77 ;; 77 ;;

Generated with cgit - Back to sebastiano.tronto.net