add pipefails

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2017-04-27 16:58:43 -04:00
parent 0a1485f754
commit 329b27eeeb
11 changed files with 22 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -e
set -o pipefail
if [ -z ${NEWUSER+x} ]; then
echo 'WARN: No user was defined, defaulting to root.'
echo 'WARN: Sublime will save files as root:root.'