summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_configure_autotools.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr/pkg_configure_autotools.subr')
-rw-r--r--subr/pkg_configure_autotools.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/pkg_configure_autotools.subr b/subr/pkg_configure_autotools.subr
index 2c0e9104..5bbbee3c 100644
--- a/subr/pkg_configure_autotools.subr
+++ b/subr/pkg_configure_autotools.subr
@@ -27,7 +27,7 @@ pkg_configure_autotools() {
fi;
done;
(ex_rtl_fileop cd "${PKG_BASE_DIR}/${PKG_SUBDIR}" && \
- "${SHELL}" "${_script_fname}") || exit 1 && break;
+ /bin/sh "${_script_fname}") || exit 1 && break;
fi;
done;
fi;