summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-02-04 23:25:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-02-04 23:25:36 +0000
commit9804b03db290d27eb4d3485a5fb83b683ee557d6 (patch)
treebad054614d41a457785c26eb2bae92c246ca50e5 /perl-install/standalone.pm
parent941286437778eeb33c6dcc36cc70190f9a3f2635 (diff)
downloaddrakx-9804b03db290d27eb4d3485a5fb83b683ee557d6.tar
drakx-9804b03db290d27eb4d3485a5fb83b683ee557d6.tar.gz
drakx-9804b03db290d27eb4d3485a5fb83b683ee557d6.tar.bz2
drakx-9804b03db290d27eb4d3485a5fb83b683ee557d6.tar.xz
drakx-9804b03db290d27eb4d3485a5fb83b683ee557d6.zip
$::noBorder is deprecated (it was the same as !$::isInstall)
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r--perl-install/standalone.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm
index f86e49fd5..7a20f4487 100644
--- a/perl-install/standalone.pm
+++ b/perl-install/standalone.pm
@@ -12,7 +12,6 @@ if ($::isInstall) {
log::l('backtrace: ' . backtrace());
}
$::isStandalone = 1;
-$::noBorder = 1;
$ENV{SHARE_PATH} ||= "/usr/share";