Skip to content

Commit d758bfb

Browse files
committed
github: set -eu fix
1 parent 7ebd688 commit d758bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# CI_TMPDIR Temporary directory
1616
#
1717

18-
if [ -n "${GITHUB_RUNNER}" ]; then
18+
if [ -n "${GITHUB_RUNNER:-}" ]; then
1919
# GitHub runners are executed from within the checkout. To simplify
2020
# path settings across all OS (i.e. Cygwin) calculate variables using
2121
# pwd, and explicitly use -P to avoid buildlink symlink issues.

0 commit comments

Comments
 (0)