This commit is contained in:
2019-03-14 00:36:07 +01:00
parent 4e7478408f
commit 36eab61c2b

View File

@@ -39,7 +39,7 @@ makefile="/tmp/makefile-${pid}"
done
echo '%.xsl:'
echo -e '\techo "* Touching $*"'
echo -e '\techo "* Touching $@"'
echo -e '\ttouch $@'
} > "${makefile}"