test, scripts: use /usr/bin/env to find bash

use /usr/bin/env to find bash

add set -e back into scripts it was removed from
This commit is contained in:
Jeff Zellner
2015-07-20 17:32:42 -06:00
parent 668a8a8367
commit 1239e1ce6f
5 changed files with 9 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
tar cv --files-from /dev/null | docker import - scratch
cat <<DF > Dockerfile