Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] sed expert

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Treeve Jelbert <treeve AT scarlet.be>
  • To: SM Discuss <sm-discuss AT lists.ibiblio.org>
  • Subject: [SM-Discuss] sed expert
  • Date: Tue, 2 May 2006 22:22:21 +0200

I can't see the error in the following install code, Any ideas?
using
sed 4.1.5

sed 's|:version|2.9.05d|g; \
s|:sysconfdir|/etc|g; \
s|:localstatedir|/var|g; \
s|:prefix|/usr|g; \
s|:bindir|/usr/bin|g; \
s|:mandir|/usr/share/man|g; \
s|:P3DOCS|/usr/doc|g' \
/usr/share/man/man8/p3scan.8 \
> /usr/share/man/man8/p3scan.8.new
sed: -e expression #1, char 169: unterminated address regex
make[3]: *** [install-data-hook] Error 1
make[2]: *** [install-data-am] Error 2
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1
make[3]: Leaving directory `/usr/src/p3scan-2.9.05d
--
Regards, Treeve

Attachment: pgp96Ol04Z1Er.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page