diff options
-rw-r--r-- | perl-install/interactive_http.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |