Update bundlescripts to use "set -e" consistently

"set -e" is already inherited here from make.sh, but explicit is always better than implicit (hence the "set -e" in the first place!)

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
Upstream-commit: b298960aed8155e7dbedb6602cdbb42eacee83f7
Component: engine
This commit is contained in:
Tianon Gravi
2014-04-07 22:14:19 -06:00
parent 3ae166e5de
commit dce753ef81
9 changed files with 9 additions and 10 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -e
DEST=$1