From 698653dcc1bf3cbf0c41635b8acfa3a8ca89e652 Mon Sep 17 00:00:00 2001 From: wolfpac444 Date: Sun, 16 Mar 2003 22:30:08 +0000 Subject: [PATCH] Fixed bug #176. --- misc/Install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/Install.pm b/misc/Install.pm index 1886c87f26..7a7b2588c9 100644 --- a/misc/Install.pm +++ b/misc/Install.pm @@ -499,7 +499,7 @@ sub showmessage { $noclear = 0 unless defined $noclear; # defaults to "clear" ($noclear) || (system('clear')); if ($responsetype =~ /^yn$/) { - $responsetype='restrictchar yn'; + $responsetype='restrictchar ynYN'; } print $message; if ($responsetype =~/^restrictchar (.*)/i) { -- 2.39.5