Skip to content

Commit db75aeb

Browse files
authored
Update setup_build_env.sh
Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>
1 parent 211c608 commit db75aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_build_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ function full_build_and_install_workflow()
341341
# Allow sourcing of the script.
342342
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]
343343
then
344-
set -exEo pipefail
344+
set -eEo pipefail
345345
if [ "${EUID}" != "0" ]; then
346346
log_error "Must be run as root. Try running below command:"
347347
log_error "sudo \"${BASH_SOURCE[0]}\""

0 commit comments

Comments
 (0)