summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2007-12-30 19:14:27 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2007-12-30 19:14:27 +0000
commit719ac76a6231160393182d8abaaddc2b429c83b6 (patch)
tree51b6f70436b8dc4d5aa55dcd521ef95af55c6301
parent77682e20894aa737b8e8e4c1d09aa8db98293d05 (diff)
install-tl.pl: fixed bug
git-svn-id: svn://tug.org/texlive/trunk@6002 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/install-tl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl
index 6dbfd7d4f69..66e74a95db0 100755
--- a/Master/install-tl.pl
+++ b/Master/install-tl.pl
@@ -250,7 +250,7 @@ sub set_texlive_default_dirs {
$tex_prefix=getenv('TEXLIVE_INSTALL_PREFIX');
if (win32) {
require("TeXLive/win-admin.pl");
- if (%vars{'win-admin'}) {
+ if ($vars{'win-admin'}) {
$tex_prefix||=getenv('ProgramFiles') . '/texlive';
} else {
$tex_prefix||=getenv('USERPROFILE') . '/texlive';