We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211c608 commit db75aebCopy full SHA for db75aeb
scripts/setup_build_env.sh
@@ -341,7 +341,7 @@ function full_build_and_install_workflow()
341
# Allow sourcing of the script.
342
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]
343
then
344
- set -exEo pipefail
+ set -eEo pipefail
345
if [ "${EUID}" != "0" ]; then
346
log_error "Must be run as root. Try running below command:"
347
log_error "sudo \"${BASH_SOURCE[0]}\""
0 commit comments