Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cje-production/mbscripts/mb010_createEnvfiles.sh')
-rwxr-xr-xcje-production/mbscripts/mb010_createEnvfiles.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cje-production/mbscripts/mb010_createEnvfiles.sh b/cje-production/mbscripts/mb010_createEnvfiles.sh
index 6f16eb62e..530d4e531 100755
--- a/cje-production/mbscripts/mb010_createEnvfiles.sh
+++ b/cje-production/mbscripts/mb010_createEnvfiles.sh
@@ -13,6 +13,7 @@
# Contributors:
# Sravan Lakkimsetti - initial API and implementation
#*******************************************************************************
+set -e
if [ $# -ne 1 ]; then
echo USAGE: $0 env_file

Back to the top