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 resize-pane -Z
fi fi
if [ $# -gt 0 ]; then if [[ $# -gt 0 ]]; then
trap - EXIT trap - EXIT
exit 130 exit 130
fi fi

Loading…
Cancel
Save