diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-07-14 11:07:45 -0500 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-07-14 11:07:45 -0500 |
commit | 9ffee25cb7c7e18ae34be15dc852bd65f069452f (patch) | |
tree | ffc4a339145b9cb0f1ad10ba5dd2aa1d277ef456 | |
parent | 16f9bedd34ed55abce6e88967794499c336ba246 (diff) | |
download | sbotools2-9ffee25cb7c7e18ae34be15dc852bd65f069452f.tar.xz |
fixed bug in sboupgrade where choosing to set no options broke the script
-rwxr-xr-x | sboupgrade | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -193,7 +193,7 @@ sub grok_options { } return $opts; } - return; + return 7; } # prompt for the readme, and grok the readme at this time also. |