From: Tobias Oetiker Date: Sun, 20 Mar 2005 21:00:13 +0000 (+0000) Subject: quote sed expression X-Git-Tag: 1.2rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b00c69cbd946a4e0bfff8b818e4e7eb7d80ac00c;p=thirdparty%2Frrdtool-1.x.git quote sed expression git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@326 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 48a7508b..f6e5e43f 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = tcl # the following files are not mentioned in any other Makefile -EXTRA_DIST = $(shell for A in perl-*; do cat $$A/MANIFEST | sed -e s,^,$$A/, ; done) +EXTRA_DIST = $(shell for A in perl-*; do cat $$A/MANIFEST | sed -e 's,^,$$A/,' ; done) # add the following to the all target all-local: @COMP_PERL@