From 95f2065167a75d01ff20504904483a4ac18469c3 Mon Sep 17 00:00:00 2001 From: Ben Swartzlander Date: Fri, 27 Oct 2017 13:39:23 -0400 Subject: [PATCH] Add -xe flags to shell scripts For better debugging, add -xe flags to all the shell scripts. Change-Id: Ifb8ceb889c4d20d51a522e6c15d7c715f6d51e46 --- init-buildroot.sh | 2 +- make-bootable-disk.sh | 2 +- run-buildroot.sh | 2 +- test-image.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/init-buildroot.sh b/init-buildroot.sh index f5ea091..8ceee2e 100755 --- a/init-buildroot.sh +++ b/init-buildroot.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -xe # # Copyright 2016 (C) NetApp, Inc. # Author: Ben Swartzlander diff --git a/make-bootable-disk.sh b/make-bootable-disk.sh index 190120b..f5b87c4 100755 --- a/make-bootable-disk.sh +++ b/make-bootable-disk.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -xe # # Copyright 2016 (C) NetApp, Inc. # Author: Ben Swartzlander diff --git a/run-buildroot.sh b/run-buildroot.sh index ca108d6..1fa1023 100755 --- a/run-buildroot.sh +++ b/run-buildroot.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -xe # # Copyright 2016 (C) NetApp, Inc. # Author: Ben Swartzlander diff --git a/test-image.sh b/test-image.sh index c26d111..8d5c5f6 100755 --- a/test-image.sh +++ b/test-image.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -xe CONFIG_DIR=/tmp/configdir CONFIG_ISO=/tmp/configdrive.iso