build_oran.sh: do not set -u option
[pti/rtp.git] / scripts / build_oran.sh
index fceb8fa..2041b92 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # Ensure we fail the job if any steps fail.
-set -eu -o pipefail
+set -e -o pipefail
 
 help_info () {
 cat << ENDHELP