summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/fmtutil.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2015-04-18 16:43:48 +0000
committerNorbert Preining <preining@logic.at>2015-04-18 16:43:48 +0000
commit6f891922e76f7f43a82c44ea1a99015702173c24 (patch)
tree3a979ca0c9e493fc81d8eccffd74d33a05ea1536 /Master/texmf-dist/scripts/texlive/fmtutil.pl
parentdedcc9121d2689e9121a18a4df4fd3922d4c7b85 (diff)
before finishing up, leave tmpdir so that removal works
git-svn-id: svn://tug.org/texlive/trunk@36909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texlive/fmtutil.pl')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/fmtutil.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/fmtutil.pl b/Master/texmf-dist/scripts/texlive/fmtutil.pl
index 75eb6303338..0d744e266c9 100755
--- a/Master/texmf-dist/scripts/texlive/fmtutil.pl
+++ b/Master/texmf-dist/scripts/texlive/fmtutil.pl
@@ -362,6 +362,7 @@ sub callback_build_formats {
print_info("Not selected formats: $nobuild\n") if ($nobuild);
print_info("Not available formats: $notavail\n") if ($notavail);
print_info("Failure during builds: $err\n") if ($err);
+ chdir($thisdir);
return 0;
}