37b5e6b Avoid complex shell constructs.

Authored and Committed by codonell 10 years ago
1 file changed. 7 lines added. 3 lines removed.
    Avoid complex shell constructs.
    
    Don't use subshells when not needed.
    
    Don't use `|| :' to hide errors.
    
        
file modified
+7 -3