From 0429de7bb5946a8abc4bb4a53e0ab7e68f3bca9d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 17 Aug 2001 23:43:55 +0000 Subject: *** empty log message *** --- perl-install/interactive_http.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/interactive_http.pm b/perl-install/interactive_http.pm index a30b882f5..1e56a21e6 100644 --- a/perl-install/interactive_http.pm +++ b/perl-install/interactive_http.pm @@ -45,7 +45,7 @@ sub end() { -e $pipe_r or return; # don't run this twice my $q = CGI->new; cont_stdout("Exit"); - print "It's done, thanks for playing ($@) ($?)", $q->end_html; + print "It's done, thanks for playing", $q->end_html; close STDOUT; unlink $pipe_r, $pipe_w; } -- cgit v1.2.1