Fixing Ctrl-C handling in tools/push.sh.

This commit is contained in:
Ruben Ayrapetyan 2014-10-30 21:25:01 +03:00
parent bc484e2048
commit 5c4d73f4a3

View File

@ -74,7 +74,8 @@ function ctrl_c() {
# git notes --ref=perf remove $commit_hash
# git notes --ref=mem remove $commit_hash
# done
# exit 1
exit 1
}
echo