summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-15 13:24:48 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-15 13:24:48 +0000
commit836447cea8f4ab389092ce8d6c6eaf265afd3adb (patch)
treeb2bc2e7f15232d3b9f29d41138c95493b83d12b7
parentb37d2769c8efce6c9c9447909710a79c7113506c (diff)
downloadquilt-836447cea8f4ab389092ce8d6c6eaf265afd3adb.tar.gz
- Use old sh syntax.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3b4aade..994dc94 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -200,7 +200,7 @@ configure : configure.ac
$(PACKAGE).spec : $(PACKAGE).spec.in $(PACKAGE).changes Makefile
@echo "Generating spec file" ; \
set -e ; \
- changelog="$$(./changes2changelog $(PACKAGE).changes)" ; \
+ changelog="`./changes2changelog $(PACKAGE).changes`" ; \
awk '{ gsub(/@VERSION''@/, "$(VERSION)") ; \
gsub(/@RELEASE''@/, "$(RELEASE)") ; \
gsub(/@CHANGELOG''@/, changelog) ; \