From 0f42458a2ca905046601cbeb191ef579205be42b Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 5 Jul 2005 13:50:13 +0000 Subject: [PATCH] scripts.mk: Fix install-home-bin --- make/scripts.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/scripts.mk b/make/scripts.mk index 09a9da93..bb916600 100644 --- a/make/scripts.mk +++ b/make/scripts.mk @@ -12,7 +12,7 @@ install:$(INSTALLED_EXE_SH) HOME_BIN_EXE_SH = $(addprefix $(HOME)/bin/, $(notdir $(LOCAL_EXE_SH))) $(HOME)/bin/%: % - echo -e "#!/bin/sh\n$(shell pwd)/$< $$"'@' > $@.tmp + echo -e "#!/bin/sh\nsh $(shell pwd)/$< $$"'@' > $@.tmp chmod 755 $@.tmp mv $@.tmp $@