Skip to content

Commit 5148cf0

Browse files
committed
Use set -u instead of -eu
1 parent 12febc4 commit 5148cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -eu
2+
set -u
33

44
cd $INPUT_CWD
55
echo "Running in $PWD."

0 commit comments

Comments
 (0)