From fa952752cc78b57266f537b0cc9a3652756b4851 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 20 Aug 2003 15:56:14 +0000 Subject: frederic crozat said that border is ugly for standalone tools. so let it be used only by install. --- perl-install/standalone.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone.pm') diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index dc5a3d7aa..bc78debea 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -12,6 +12,7 @@ if ($::isInstall) { log::l('backtrace: ' . backtrace()); } $::isStandalone = 1; +$::noBorder = 1; $ENV{SHARE_PATH} ||= "/usr/share"; -- cgit v1.2.1