Fix sandbox/load-sakila-db so it exits on error.

This commit is contained in:
Daniel Nichter
2012-11-28 17:55:35 +00:00
parent 7b330c4817
commit 61b352a04d
6 changed files with 328 additions and 54 deletions

View File

@@ -5,7 +5,7 @@ die() {
for msg; do
echo $msg
done
exit_status=1
exit 1
}
# ###########################################################################