diff options
author | Norbert Preining <preining@logic.at> | 2008-10-14 23:55:50 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-10-14 23:55:50 +0000 |
commit | 750c50e41009f43c4849c03ae70448f4c5b61e31 (patch) | |
tree | d7100ca68b0a87166573a23884dd0f26fba80166 /Master/tlpkg/bin/check-tlnet-consistency | |
parent | c3ce695ac49f0f71de36edb0cb85b79f91109929 (diff) |
remove all created directories
git-svn-id: svn://tug.org/texlive/trunk@10980 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-tlnet-consistency')
-rwxr-xr-x | Master/tlpkg/bin/check-tlnet-consistency | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-tlnet-consistency b/Master/tlpkg/bin/check-tlnet-consistency index 6a9bcef09c1..13d50a9da86 100755 --- a/Master/tlpkg/bin/check-tlnet-consistency +++ b/Master/tlpkg/bin/check-tlnet-consistency @@ -88,6 +88,8 @@ sub main unlink("$temp/tlpkg/tlpobj/$pkg.tlpobj"); } } + system("rmdir --ignore-fail-on-non-empty $temp/tlpkg/tlpobj"); + system("rmdir --ignore-fail-on-non-empty $temp/tlpkg"); system("rmdir --ignore-fail-on-non-empty $temp"); if (@notlpobj) { print "packages without containing tlpobj file:\n"; |