[PATCH] guilt(1): Obvious bashisms fixed.
commit16d924f704ea374ba012b0c18581a346d64f099f
authorPierre Habouzit <madcoder@debian.org>
Thu, 14 Jun 2007 16:16:58 +0000 (14 12:16 -0400)
committerJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Thu, 14 Jun 2007 16:16:58 +0000 (14 12:16 -0400)
treea9ff38ece723719c9ff826124cfae71fb09f82ab
parent87739d0e96b8f78b296627b4f9c5376f009e2e90
[PATCH] guilt(1): Obvious bashisms fixed.

  + function foo { } -> foo() { }
  + add wrapper for echo -e
  + couple of '[' bashisms
  + get rid of easy local variables to remove
  + avoid cd - (using subshells)

[jsipek: indentation fixups]
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
guilt