Correctly call pipefail not pipefile
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 7 Feb 2017 18:54:58 +0000 (10:54 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 7 Feb 2017 18:54:58 +0000 (10:54 -0800)
Change-Id: I2e51de944afcdba9e77e7300960cd0578566fcc6
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
packer/provision/basebuild.sh
packer/provision/baseline.sh
packer/provision/docker.sh

index 5801ed6..b377e07 100644 (file)
@@ -3,7 +3,7 @@
 # vim: ts=4 sw=4 sts=4 et tw=72 :
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 rh_systems() {
     # Install python dependencies
index 923a196..1c611a8 100644 (file)
@@ -3,7 +3,7 @@
 # vim: ts=4 sw=4 sts=4 et tw=72 :
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 rh_systems() {
     # Handle the occurance where SELINUX is actually disabled
index 69c504c..117c436 100644 (file)
@@ -3,7 +3,7 @@
 # vim: ts=4 sw=4 sts=4 et tw=72 :
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 rh_systems() {
     # Assumes that python is already installed by basebuild