Date: Fri, 27 Aug 1999 12:52:37 +0200 (CEST) From: Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de> To: freebsd-hackers@FreeBSD.ORG Subject: Re: Please review: rc file changes Message-ID: <199908271052.MAA02639@dorifer.heim3.tu-clausthal.de>
next in thread | raw e-mail | index | archive | help
Doug wrote in list.freebsd-hackers: > [...] > 2. value ) instead of value) for case statements > [...] > case $? in > - 0) > + 0 ) > ;; > - 2) > + 2 ) > exit 1 > ;; > - 4) > + 4 ) > reboot > echo "reboot failed... help!" > exit 1 > ;; > [...] Why?!? I like the existing "case" style _much_ better, it's more readable and emphasizes the structure. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908271052.MAA02639>