Allways pass -n to echo so that wmake -n will do the right thing.
authorSimon Schubert <corecode@dragonflybsd.org>
Sat, 11 Feb 2006 10:42:12 +0000 (10:42 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Sat, 11 Feb 2006 10:42:12 +0000 (10:42 +0000)
commit21bd8f0751792af138e945cec46d35ed3a9808c4
tree5604bc51d9e184175b294bac052063b7469e51fe
parent4a7d109798e1ed8a7cff161f292a4bb671f6d10c
Allways pass -n to echo so that wmake -n will do the right thing.
Note that this only works because of the special behaviour of sh's
echo builtin.
usr.bin/wmake/wmake.sh