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:[EMAIL PROTECTED])

"In jedem Stück Kohle wartet ein Diamant auf seine Geburt"
                                         (Terry Pratchett)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to