Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
christos
Sun Dec 29 14:14:33 EST 1996
Update of /cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv19065
Modified Files:
bsd.lib.mk
Log Message:
Don't use @echo "${command}" to echo commands, because if ${command} contains
double quotes we generate shell syntax errors. Use @echo ${command:Q} instead
which properly quotes shell metacharacters.
Home |
Main Index |
Thread Index |
Old Index