Fix bashism

This commit is contained in:
hjp 2016-07-05 20:18:16 +00:00
parent d941663269
commit 712d3d1c9a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
echo "\$(BINDIR)/%: %"
echo -e "\tcp \$^ \$@"
echo "\tcp \$^ \$@"
echo "\$(MAN1DIR)/%: %"
echo -e "\tcp \$^ \$@"
echo "\tcp \$^ \$@"