aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 293aa6b..0e1d23f 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ changelog:
export:
rm -fr $(PACKAGE)-$(VERSION)
- svn export `svn info | grep '^URL' | awk '{print $2}'` $(PACKAGE)-$(VERSION)
+ svn export `svn info | grep '^URL' | awk '{print $$2}'` $(PACKAGE)-$(VERSION)
svntag:
svn cp -m 'version $(VERSION)' $(SVNPATH)/trunk $(SVNPATH)/tags/v$(VERSION)