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

pull/2589/head
a1346054 3 years ago committed by Junegunn Choi
parent c21e9edad4
commit ab247a1309

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

Loading…
Cancel
Save