set -euo returns unbound variable

This commit is contained in:
proledatarian 2023-05-30 16:18:45 +00:00
parent ba37040fae
commit ba76f7935a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# https://wizardzines.com/comics/bash-errors/bash-errors.png # https://wizardzines.com/comics/bash-errors/bash-errors.png
set -euo pipefail #set -euo pipefail
exec >> >(tee -i /tmp/install.log) exec >> >(tee -i /tmp/install.log)
exec 2>&1 exec 2>&1