use consistent style for bash [[ ... ]]

This commit is contained in:
a1346054 2021-08-14 11:33:21 +00:00 committed by Junegunn Choi
parent c21e9edad4
commit ab247a1309
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ cleanup() {
resize-pane -Z
fi
if [ $# -gt 0 ]; then
if [[ $# -gt 0 ]]; then
trap - EXIT
exit 130
fi