From: oetiker Date: Sun, 20 Mar 2005 21:00:13 +0000 (+0000) Subject: quote sed expression X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=39976d21d3f6682fe95ccce36937b8b35338f02a;p=rrdtool-all.git quote sed expression git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@326 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/bindings/Makefile.am b/program/bindings/Makefile.am index 48a7508b..f6e5e43f 100644 --- a/program/bindings/Makefile.am +++ b/program/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@