From: Fredrik Fornwall Date: Sun, 5 Mar 2017 10:49:01 +0000 (+0100) Subject: Unset nullglob after using it X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/a599e41a782f712ec9edc09e28fcbcb6fe6c032f Unset nullglob after using it --- diff --git a/build-package.sh b/build-package.sh index 613d3fe8..b490bbb1 100755 --- a/build-package.sh +++ b/build-package.sh @@ -628,6 +628,7 @@ termux_step_patch_package() { sed "s%\@TERMUX_HOME\@%${TERMUX_ANDROID_HOME}%g" | \ patch --silent -p1 done + shopt -u nullglob } # Replace autotools build-aux/config.{sub,guess} with ours to add android targets.