diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-15 23:01:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-15 23:01:00 +0000 |
commit | e6d32eb7ac021f3a83e74e70ac4eb99ccde4b6ee (patch) | |
tree | beca02a29edae6f94b7ac934bd9ed61274645d3f /Master | |
parent | 3a85ece61c333a7a385c214d5cbddd6532f8a682 (diff) |
retain temp files to try to see why we are missing entries
git-svn-id: svn://tug.org/texlive/trunk@9586 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/svnchangelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/svnchangelog b/Master/tlpkg/bin/svnchangelog index bf759e03907..3620d34b9b5 100755 --- a/Master/tlpkg/bin/svnchangelog +++ b/Master/tlpkg/bin/svnchangelog @@ -89,7 +89,7 @@ if ! $chicken; then fi $mydir/svnchangelog.sed $newlogs # show it to me -rm -f $newlogs $outfile.new +#rm -f $newlogs $outfile.new exit 0 |