Error in bash scripts

This commit is contained in:
Anthony Scemama 2015-09-22 09:08:26 +02:00
parent 8731ba6748
commit 787d58cfc9
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@
# directory, where xxx is the corresponding mo_label.
# Wed Apr 2 14:35:15 CEST 2014
set -u # Crashes if a variable is uninitialized
set -e # Exits if any statement returns a non-true return value
if [[ -z ${QP_ROOT} ]]
then