mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Now use /bin/echo -e instead of echo
On Debian, bash-builtin echo apparently doesn't understand -e and echoes it Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e181611df9
commit
bbbdcf3746
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ links.done:
|
|||
touch $@
|
||||
|
||||
ssh-wrapper.sh: Makefile
|
||||
echo -e '#!/bin/bash -x\n\nexec /usr/bin/ssh $$JW_BUILD_SSH_EXTRA_OPTS "$$@"' > $@.tmp
|
||||
/bin/echo -e '#!/bin/bash -x\n\nexec /usr/bin/ssh $$JW_BUILD_SSH_EXTRA_OPTS "$$@"' > $@.tmp
|
||||
chmod 700 $@.tmp
|
||||
mv $@.tmp $@
|
||||
clean.ssh-wrapper:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue