From d941663269925d1abf0ec6d786d51bd2c5bd3d4b Mon Sep 17 00:00:00 2001 From: hjp Date: Tue, 5 Jul 2016 20:15:25 +0000 Subject: [PATCH] Fix bashism Probably doesn't work with bash anymore ... --- dns/GNUmakerules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/GNUmakerules.sh b/dns/GNUmakerules.sh index e523b37..d93270b 100755 --- a/dns/GNUmakerules.sh +++ b/dns/GNUmakerules.sh @@ -1,3 +1,3 @@ #!/bin/sh echo "\$(BINDIR)/%: %" -echo -e "\tcp \$^ \$@" +echo "\tcp \$^ \$@"