commit | d1136b39571c6426ea92bacdcd62066ca34fa013 | [log] [tgz] |
---|---|---|
author | David Chisnall <github@theravensnest.org> | Tue May 28 11:34:43 2024 +0100 |
committer | David Chisnall <github@theravensnest.org> | Tue May 28 11:34:43 2024 +0100 |
tree | ad429a6dfd140694cba7415f1dd259cd6d7c823d | |
parent | 801ac3c7cd9528647a25338acdef71350ebcb012 [diff] |
Remove `set -u`. The dev container environment does not set ${USER} and so this fails before printing the message stating where the firmware is found.
diff --git a/scripts/run-sonata.sh b/scripts/run-sonata.sh index e9e96d9..99f8a6e 100755 --- a/scripts/run-sonata.sh +++ b/scripts/run-sonata.sh
@@ -1,6 +1,6 @@ #!/bin/sh -set -ue +set -e FIRMWARE_ELF=$1