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