From ad2c3018b1e08a2e568ce501006c14fc85bb0a5d Mon Sep 17 00:00:00 2001 From: Christian Zangl Date: Wed, 22 May 2024 13:33:13 +0200 Subject: [PATCH] fix shell quotes --- scripts/open.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/open.sh b/scripts/open.sh index bb6aed0..8f6cf58 100755 --- a/scripts/open.sh +++ b/scripts/open.sh @@ -22,7 +22,7 @@ fi extra_options="" if [ -n "$2" ]; then # requires tmux 3.3 * Add -e flag to set an environment variable for a popup. - extra_options="-e 'extrakto_inital_mode=$2'" + extra_options="-e extrakto_inital_mode=$2" fi if [ "$split_direction" = "p" ]; then