diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2012-06-01 20:13:46 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2012-06-01 20:13:46 +0000 |
commit | 6ac2efa19e7acb2cee3ca41d9adc496190d4677a (patch) | |
tree | 5f33a206c6755d4ac89a5aa067de00ac50330c5f /Master/install-tl | |
parent | a800fbc62354bdc4b2b9d5d9308ff049730dd47e (diff) |
/media/rsdisk/texlive/Master => Cwd::getcwd() in flushlog
git-svn-id: svn://tug.org/texlive/trunk@26784 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl index e0d835a40d0..eb38d363f3f 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1864,7 +1864,7 @@ sub flushlog { my $fh; my $logfile = "install-tl.log"; if (open (LOG, ">$logfile")) { - chomp (my $pwd = `pwd`); + chomp (my $pwd = Cwd::getcwd()); $logfile = "$pwd/$logfile"; print "$0: Writing log in current directory: $logfile\n"; $fh = \*LOG; |