Remove bashism
This commit is contained in:
parent
df8c3bcbb5
commit
52d52cb258
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
echo "\$(BINDIR)/%: %"
|
||||
echo -e "\tcp \$^ \$@"
|
||||
echo " cp \$^ \$@"
|
||||
echo "\$(MAN1DIR)/%: %"
|
||||
echo -e "\tcp \$^ \$@"
|
||||
echo " cp \$^ \$@"
|
||||
|
|
Loading…
Reference in New Issue