diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2010-03-18 17:04:13 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2010-03-18 17:04:13 +0000 |
commit | 2750063fa2c3ff59403834a1c3c5076922ed9344 (patch) | |
tree | 77380a059ccf71add128ad921c0f0e9919527eb2 /Makefile | |
parent | 462cc0e4e1396ea7d1f5eeaab35bd2ae3914284f (diff) | |
download | common-data-2750063fa2c3ff59403834a1c3c5076922ed9344.tar common-data-2750063fa2c3ff59403834a1c3c5076922ed9344.tar.gz common-data-2750063fa2c3ff59403834a1c3c5076922ed9344.tar.bz2 common-data-2750063fa2c3ff59403834a1c3c5076922ed9344.tar.xz common-data-2750063fa2c3ff59403834a1c3c5076922ed9344.zip |
fix typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ ChangeLog: ../common/username.xml && mv -f $@.tmp $@ \ && if [ -e ".git/svn" ]; then \ git svn dcommit ; \ - fi ;\ + fi \ || (rm -f $@.tmp; \ echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \ (test -f $@ || echo git-log is required to generate this file >> $@)); \ |