Skip to content

Commit ad2c301

Browse files
committed
fix shell quotes
1 parent 1abb3d9 commit ad2c301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/open.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
extra_options=""
2323
if [ -n "$2" ]; then
2424
# requires tmux 3.3 * Add -e flag to set an environment variable for a popup.
25-
extra_options="-e 'extrakto_inital_mode=$2'"
25+
extra_options="-e extrakto_inital_mode=$2"
2626
fi
2727

2828
if [ "$split_direction" = "p" ]; then

0 commit comments

Comments
 (0)