sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 9ffee25cb7c7e18ae34be15dc852bd65f069452f
parent 16f9bedd34ed55abce6e88967794499c336ba246
Author: Jacob Pipkin <j@dawnrazor.net>
Date:   Sat, 14 Jul 2012 11:07:45 -0500

fixed bug in sboupgrade where choosing to set no options broke the script

Diffstat:
Msboupgrade | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.