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 babc0d1 commit eb52a87Copy full SHA for eb52a87
1 file changed
examples/run-all-examples.sh
@@ -10,7 +10,7 @@
10
# Requires GNU coreutils (date +%s%N). On macOS: brew install coreutils
11
# and use gdate, or install GNU date.
12
13
-set -euo pipefail
+set -uo pipefail
14
15
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
16
cd "$SCRIPT_DIR"
0 commit comments