diff options
author | J Pipkin <j@dawnrazor.net> | 2013-01-25 04:23:56 -0600 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2013-01-25 04:23:56 -0600 |
commit | 4fdb4796779eb7b993bd5154b0a0b101d6a0f118 (patch) | |
tree | b486d5a28832da7acce41df8e1ec29c77e19eddf | |
parent | 09fc8036c8ec387615facad8c627e3d91e0f0555 (diff) | |
download | sbotools2-4fdb4796779eb7b993bd5154b0a0b101d6a0f118.tar.xz |
bug fix to case statement
-rwxr-xr-x | tools/masstest_sbo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/masstest_sbo.sh b/tools/masstest_sbo.sh index 4762214..a544e12 100755 --- a/tools/masstest_sbo.sh +++ b/tools/masstest_sbo.sh @@ -37,7 +37,7 @@ function build_things() { "5") OLOG=~/wget.fail.log ;; "7") OLOG=~/noinfo.fail.log ;; "9") OLOG=~/nomulti.fail.log ;; - *) OLOG=~/else.fail.log + *) OLOG=~/else.fail.log ;; esac if [[ "$OLOG" != "" ]]; then if ! grep -q "^$1 added to install queue.$" $OLOG; then |