We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d969c70 commit d180833Copy full SHA for d180833
download-engine.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-set -euo pipefail
+set -eo pipefail
4
5
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
6
0 commit comments