summaryrefslogtreecommitdiffstats
path: root/bin/fzf-tmux
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-14 11:33:21 +0000
committerJunegunn Choi <junegunn.c@gmail.com>2021-08-15 16:03:26 +0900
commitab247a1309c987af1e92f3aa3fec9e14b4633428 (patch)
treee6785e419bce918c7560a68697865935f6a687c1 /bin/fzf-tmux
parentc21e9edad43984dbdaac02b53a02819583142cc3 (diff)
use consistent style for bash [[ ... ]]
Diffstat (limited to 'bin/fzf-tmux')
-rwxr-xr-xbin/fzf-tmux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fzf-tmux b/bin/fzf-tmux
index 8a9c2d57..6a18cf8a 100755
--- a/bin/fzf-tmux
+++ b/bin/fzf-tmux
@@ -172,7 +172,7 @@ cleanup() {
resize-pane -Z
fi
- if [ $# -gt 0 ]; then
+ if [[ $# -gt 0 ]]; then
trap - EXIT
exit 130
fi