Skip to content

Commit aa39663

Browse files
authored
set -u would trigger otherwise
1 parent 98d6f2f commit aa39663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

get-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ get-debloated-pkgs --add-common --prefer-nano
1919

2020
# if you also have to make nightly releases check for DEVEL_RELEASE = 1
2121
#
22-
# if [ "$DEVEL_RELEASE" = 1 ]; then
22+
# if [ "${DEVEL_RELEASE-}" = 1 ]; then
2323
# nightly build steps
2424
# else
2525
# regular build steps

0 commit comments

Comments
 (0)