aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-06-08 00:21:28 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-06-08 00:21:28 -0500
commit4c72eb008ab3909014dcb1987ccdb8ec3692c85a (patch)
treedec4f413a1960e1da1be1b1e318a7f631990a776
parent839769c35878d3e02c3e87c112f7825c78cea1c9 (diff)
downloadsbotools2-4c72eb008ab3909014dcb1987ccdb8ec3692c85a.tar.xz
bug fix in comparison test
-rwxr-xr-xsboupgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboupgrade b/sboupgrade
index af6d948..5b05d8c 100755
--- a/sboupgrade
+++ b/sboupgrade
@@ -202,7 +202,7 @@ sub readme_prompt {
grok_requirements ($sbo, $readme);
grok_user_group ($readme);
my $opts = grok_options ($readme);
- print "\n". $readme if ($opts == 7 || ! $opts);
+ print "\n". $readme if ($opts eq "7" || ! $opts);
my $name = $compat32 eq 'TRUE' ? "$sbo-compat32" : $sbo;
print "\nProceed with $name? [y]: ";
return unless <STDIN> =~ /^[Yy\n]/;