On Mar 18, 2010, at 12:48 AM, Doug Barton wrote:
>> touch /etc/make.conf && echo "CFLAGS += -Wno-error" >> /etc/make.conf
> 
> No reason for the touch first, FWIW.

Some shells aren't willing to append to files which don't already exist:

# echo "CFLAGS += -Wno-error" >> /etc/make.conf
zsh: no such file or directory: /etc/make.conf

Regards,
-- 
-Chuck

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to