Unset nullglob after using it

This commit is contained in:
Fredrik Fornwall 2017-03-05 11:49:01 +01:00
parent f39b87c294
commit a599e41a78

View File

@ -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.