From 6ac2efa19e7acb2cee3ca41d9adc496190d4677a Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Fri, 1 Jun 2012 20:13:46 +0000 Subject: /media/rsdisk/texlive/Master => Cwd::getcwd() in flushlog git-svn-id: svn://tug.org/texlive/trunk@26784 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master') 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; -- cgit v1.2.3