From a599e41a782f712ec9edc09e28fcbcb6fe6c032f Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 5 Mar 2017 11:49:01 +0100 Subject: [PATCH] Unset nullglob after using it --- build-package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-package.sh b/build-package.sh index 613d3fe8c..b490bbb17 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.