aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-07-14 11:07:45 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-07-14 11:07:45 -0500
commit9ffee25cb7c7e18ae34be15dc852bd65f069452f (patch)
treeffc4a339145b9cb0f1ad10ba5dd2aa1d277ef456
parent16f9bedd34ed55abce6e88967794499c336ba246 (diff)
downloadsbotools2-9ffee25cb7c7e18ae34be15dc852bd65f069452f.tar.xz
fixed bug in sboupgrade where choosing to set no options broke the script
-rwxr-xr-xsboupgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboupgrade b/sboupgrade
index 7353a4b..2daedb9 100755
--- a/sboupgrade
+++ b/sboupgrade
@@ -193,7 +193,7 @@ sub grok_options {
}
return $opts;
}
- return;
+ return 7;
}
# prompt for the readme, and grok the readme at this time also.