Skip to content

Commit

Permalink
fix shell quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
laktak committed May 22, 2024
1 parent 1abb3d9 commit ad2c301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/open.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad2c301

Please sign in to comment.