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 +- scripts/update-patches | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; \ diff --git a/scripts/update-patches b/scripts/update-patches index f4303f841..8d7559a5c 100644 --- a/scripts/update-patches +++ b/scripts/update-patches @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env mksh # Copyright (c) 2006 # Thorsten Glaser # -- cgit v1.2.3