Fix mistake in shellcheck cleanup

This commit is contained in:
Fredrik Fornwall 2018-08-27 22:36:11 +02:00
parent e5ab968a6a
commit a0bd8400c1
1 changed files with 2 additions and 1 deletions

View File

@ -904,7 +904,8 @@ termux_step_configure_autotools () {
AVOID_GNULIB+=" gl_cv_C_locale_sans_EILSEQ=yes"
# NOTE: We do not want to quote AVOID_GNULIB as we want word expansion.
env "$AVOID_GNULIB" "$TERMUX_PKG_SRCDIR/configure" \
# shellcheck disable=SC2086
env $AVOID_GNULIB "$TERMUX_PKG_SRCDIR/configure" \
--disable-dependency-tracking \
--prefix=$TERMUX_PREFIX \
--libdir=$TERMUX_PREFIX/lib \