10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 01:45:59 +02:00

Error in bash scripts

This commit is contained in:
Anthony Scemama 2015-09-22 09:08:26 +02:00
parent 8731ba6748
commit 787d58cfc9

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