]> andersk Git - gssapi-openssh.git/commitdiff
o Add fix for no standard input and reading in default values.
authorcphillip <cphillip>
Fri, 2 May 2003 15:38:32 +0000 (15:38 +0000)
committercphillip <cphillip>
Fri, 2 May 2003 15:38:32 +0000 (15:38 +0000)
setup/setup-openssh.pl

index 831d8515482eab9390340f8fa91e449c0bce49dc..69d839e84f68e64b2bcc1a5a0fe23a8bcf1bd62f 100644 (file)
@@ -1153,6 +1153,10 @@ sub query_boolean
 
         $bar = $default;
     }
+    elsif ($bar eq '')
+    {
+        $bar = $default;
+    }
     elsif ($bar ne $default)
     {
         # everything else means 'nondefault'.
This page took 0.047069 seconds and 5 git commands to generate.