Browse Source

Unset nullglob after using it

android-5
Fredrik Fornwall 8 years ago
parent
commit
a599e41a78
  1. 1
      build-package.sh

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

Loading…
Cancel
Save