From aa7670cd6d2b560604f75ee93f08a37831c490ef Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Sat, 3 May 2014 11:07:02 +0000 Subject: require mksh for the update-patches helper script Signed-off-by: Thorsten Glaser --- mk/buildhlp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/buildhlp.mk b/mk/buildhlp.mk index ed5c4b88c..7421ff866 100644 --- a/mk/buildhlp.mk +++ b/mk/buildhlp.mk @@ -107,7 +107,7 @@ endif done @toedit=$$(WRKDIST='${WRKDIST}' CURDIR=$$(pwd) \ PATCH_LIST='patch-* *.patch' WRKDIR1='${WRKDIR}' \ - ${BASH} ${TOPDIR}/scripts/update-patches); \ + PATH='${HOST_PATH}' mksh ${TOPDIR}/scripts/update-patches); \ if [[ -n $$toedit && $$toedit != FAIL ]]; then \ echo -n 'edit patches: '; read i; \ cd patches && $${VISUAL:-$${EDITOR:-vi}} $$toedit; \ -- cgit v1.2.3