mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
scripts.mk: Preserve quotes over invocation of wrapper script (result of install-home-bin
This commit is contained in:
parent
0886ac195d
commit
dcb5f1d9e2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ install:$(INSTALLED_EXE_SH)
|
|||
|
||||
HOME_BIN_EXE_SH = $(addprefix $(HOME)/bin/, $(notdir $(EXE_SH)))
|
||||
$(HOME)/bin/%: %
|
||||
echo -e "#!/bin/sh\n. $(shell pwd)/$< $$"'@' > $@.tmp
|
||||
echo -e "#!/bin/sh\n. $(shell pwd)/$<" '"$$@"' > $@.tmp
|
||||
chmod 755 $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue