From fe67e73ffb52abc298d232f4df59fa30c11e36e9 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 23 Jan 2023 18:23:43 +0100 Subject: Fixed program choice prompt string --- open-file | 4 ++-- 1 file 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() { ;; *) if [ "$menu" = dmenu ]; then - menuprompt='-p "How to open $f? "' + menuprompt="-p \"How to open $f? \"" else - menuprompt='--prompt="How to open $f? "' + menuprompt="--prompt=\"How to open $f? \"" fi prog=$(dmenu_path | $menu "$menuprompt") ;; -- cgit v1.3