diff options
-rwxr-xr-x | Master/tlpkg/bin/tl-update-messages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-messages b/Master/tlpkg/bin/tl-update-messages index 7cb05beeb0b..21088c3f3dd 100755 --- a/Master/tlpkg/bin/tl-update-messages +++ b/Master/tlpkg/bin/tl-update-messages @@ -34,7 +34,7 @@ if cmp -s $tmpa $tmpb ; then rm -f $tmpa $tmpb exit 0 fi -rm -f $tmpa $tmpb +rm -f $tmpa $tmpb messages.prev # here we come only if there have been changes for i in *.po ; do |