K 10 svn:author V 5 dougb K 8 svn:date V 27 2010-08-05T22:25:09.990483Z K 7 svn:log V 599 Step 3 of the code whitespace cleanup: * Use a general rule of 100 columns to decide whether or not to unwrap some long lines (such as &&, ||, and | continued to the next line) but don't hesitate to line up really long messages to the users with their corresponding code * Begin applying a more consistent style to if/test/then blocks * Move the ;; for all case statements up to the line they terminate * Add comments to the fi at the end of some really long if's * Properly indent some older blocks that were wrapped in if [ $PACKAGES ]; then ... fi when package support was added END