]> andersk Git - gssapi-openssh.git/commitdiff
o Change default behaviour of the 'continue?' statement to default to
authorcphillip <cphillip>
Mon, 11 Feb 2002 17:20:08 +0000 (17:20 +0000)
committercphillip <cphillip>
Mon, 11 Feb 2002 17:20:08 +0000 (17:20 +0000)
      'y' if nothing is entered, but default to 'n' if anything but 'y' is
      entered.

setup/setup-openssh.pl

index 74756aea2b6ed536c4bdead01c5439db2ca255a2..9faf25d487326cec9ac511dbc7adc333cc65bc8b 100644 (file)
@@ -349,7 +349,7 @@ print "\n";
 
 $response = query_boolean("Do you wish to continue with the setup package?","y");
 
-if ($response eq "n")
+if ($response ne "y")
 {
     print "\n";
     print "Okay.. exiting gsi_openssh setup.\n";
This page took 0.087013 seconds and 5 git commands to generate.