Remove bashism

This commit is contained in:
Peter J. Holzer 2016-10-04 23:30:45 +02:00
parent 2209823843
commit f3d48b2cdc
1 changed files with 1 additions and 1 deletions

View File

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