From: cphillip Date: Mon, 11 Feb 2002 17:20:08 +0000 (+0000) Subject: o Change default behaviour of the 'continue?' statement to default to X-Git-Tag: OPENSSH_3_0_2P1~4 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/2e490d1d848c9121cb1f2bd84f39b602490fa4b1 o Change default behaviour of the 'continue?' statement to default to 'y' if nothing is entered, but default to 'n' if anything but 'y' is entered. --- diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index 74756ae..9faf25d 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -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";