summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-10-29 09:39:46 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-10-29 09:39:46 -1000
commitdde11e88a5051709e797d18e641db2caca8ad85d (patch)
tree1cb9ef7c4b1e8601956b3a7154b075f8c058baa6
parent11763414d0ae8be0fec746c93a2a543d0a2a0bcb (diff)
downloadanaconda-dde11e88a5051709e797d18e641db2caca8ad85d.tar.gz
anaconda-dde11e88a5051709e797d18e641db2caca8ad85d.tar.xz
anaconda-dde11e88a5051709e797d18e641db2caca8ad85d.zip
Crude attempt to ensure all % signs are %% in rpmlog.
Pumping lemma wins again. Damn computers. Who said this was fun again? You could end up seeing %%%%%%%%%%%%%%%%%%%% in an rpmlog, but who cares? Blame rpm?
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e410a51f0..5f7a930bf 100644
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,7 @@ api:
doxygen docs/api.cfg
rpmlog:
- @git log --pretty="format:- %s (%ae)" anaconda-$(VERSION)-$(RELEASE).. |sed -e 's/@.*)/)/'
+ @git log --pretty="format:- %s (%ae)" anaconda-$(VERSION)-$(RELEASE).. | sed -e 's/@.*)/)/' | sed -e 's/%/%%/g'
@echo
bumpver: