diff options
author | Norbert Preining <preining@logic.at> | 2017-07-15 13:01:41 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-07-15 13:01:41 +0000 |
commit | 306c16e5310783d3c66c1e133f119d631770fbf7 (patch) | |
tree | 8ff246538e7e48e272e16bc9ff1b441a0f27ef20 /Master/tlpkg/libexec/place | |
parent | ca1b7466e13fb589f710c2e0447ed9568b660be6 (diff) |
more fixes and simplifications
git-svn-id: svn://tug.org/texlive/trunk@44810 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/place')
-rwxr-xr-x | Master/tlpkg/libexec/place | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/place b/Master/tlpkg/libexec/place index 0693e13f7c3..9f2232e9abd 100755 --- a/Master/tlpkg/libexec/place +++ b/Master/tlpkg/libexec/place @@ -322,7 +322,7 @@ sub add_file { $dirs{$newdir}++; return; } - + my $needed_dirs = ""; #until (-d "$dir/.svn") { until (&is_svn_dir($dir)) { |