Remove bashism

This commit is contained in:
Peter J. Holzer 2016-09-15 12:25:43 +02:00
parent df8c3bcbb5
commit 52d52cb258
1 changed files with 2 additions and 2 deletions

View File

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