projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
366cb19
)
Fix logic inversion in pot file up to date check.
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Wed, 17 Aug 2011 15:38:53 +0000
(11:38 -0400)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Wed, 17 Aug 2011 15:38:53 +0000
(11:38 -0400)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 6396758ad414f6dc985ad80af0fe34c4df6cbfb9..bed065d9201e6e25b80a37deeaa5f87ed12e7812 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-182,9
+182,9
@@
update-pot:
esac; \
$(XGETTEXT) $(XGETTEXT_OPTS) -d$$domain $$cfiles -o $$pot.tmp; \
if diff -I'^.POT-Creation-Date' $$pot.tmp $$pot >/dev/null; then \
- mv -f $$pot.tmp $$pot; \
- else \
rm -f $$pot.tmp; \
+ else \
+ mv -f $$pot.tmp $$pot; \
fi; \
done; \
fi