mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-12 21:33:49 -05:00
use consistent style for bash [[ ... ]]
This commit is contained in:
@@ -172,7 +172,7 @@ cleanup() {
|
|||||||
resize-pane -Z
|
resize-pane -Z
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $# -gt 0 ]; then
|
if [[ $# -gt 0 ]]; then
|
||||||
trap - EXIT
|
trap - EXIT
|
||||||
exit 130
|
exit 130
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user