projects
/
rxpd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a70ac2c
)
use printf instead echo
author
Christian Thaeter
<ct@pipapo.org>
Thu, 25 Oct 2007 16:37:04 +0000
(18:37 +0200)
committer
Christian Thaeter
<ct@pipapo.org>
Thu, 25 Oct 2007 16:37:04 +0000
(18:37 +0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
9a028f7
..
c744f81
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-60,7
+60,7
@@
EXTRA_DIST += VERSION
VERSION: dist
test "$(shell cat $(top_srcdir)/VERSION)" = "$(shell git describe)" || \
-
echo
"$(shell git describe)" > $(top_srcdir)/VERSION
+
printf "%s"
"$(shell git describe)" > $(top_srcdir)/VERSION
meta.TODO:
w3m -no-cookie -dump 'http://www.pipapo.org/pipawiki/RegexPolicyDaemon/ToDo?action=print' |\