commit | 102e440e2b4908051e314f7d88730270bc89f1fd | [log] [tgz] |
---|---|---|
author | Scott Moser <smoser@brickies.net> | Wed Oct 12 20:00:34 2011 -0400 |
committer | Scott Moser <smoser@brickies.net> | Wed Oct 12 20:00:34 2011 -0400 |
tree | b2255361ee70eea826ef19f9bc258e42f5997d6f | |
parent | f9da5081222d2c353e577cb83c538912bca26972 [diff] |
fix bad usage of 'su'. instead use 'set -e'. I had had tried to use -e argument to su, thinking that it would go through to sh, but it does not. instead, just use 'set -e'