diff options
-rw-r--r-- | src/htm/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htm/Makefile.am b/src/htm/Makefile.am index 4a7c54ff..be564f6d 100644 --- a/src/htm/Makefile.am +++ b/src/htm/Makefile.am @@ -7,8 +7,8 @@ thememan.exe: htm-mono.csproj $(MDTOOL) $(MDTOOL_OPTS) build $< thememan: - @echo "#!/bin/sh" > $@ - @echo "exec mono /usr/bin/thememan.exe \"$@\"" >> $@ + @echo '#!/bin/sh' > $@ + @echo 'exec mono /usr/bin/thememan.exe "$$@"' >> $@ clean-local: rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources |