pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/fromcvs Use better quoting when creating the run...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fac4f72d5797
branches:  trunk
changeset: 528707:fac4f72d5797
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 13 01:34:27 2007 +0000

description:
Use better quoting when creating the run scripts. From rillig@.

diffstat:

 devel/fromcvs/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 02008342862b -r fac4f72d5797 devel/fromcvs/Makefile
--- a/devel/fromcvs/Makefile    Sun May 13 00:55:14 2007 +0000
+++ b/devel/fromcvs/Makefile    Sun May 13 01:34:27 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/04/21 11:51:19 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/05/13 01:34:27 wiz Exp $
 
 DISTNAME=      7a1ad0af8464
 # Last part of PKGNAME is changeset number
@@ -22,9 +22,9 @@
 
 do-build:
        ${ECHO} "#!/bin/sh" > ${WRKSRC}/togit
-       ${ECHO} "${RUBY} -I${PREFIX}/share/fromcvs ${PREFIX}/share/fromcvs/togit.rb \"$$""@\"" >> ${WRKSRC}/togit
+       ${ECHO} "${RUBY} -I${PREFIX}/share/fromcvs ${PREFIX}/share/fromcvs/togit.rb \"\$$@\"" >> ${WRKSRC}/togit
        ${ECHO} "#!/bin/sh" > ${WRKSRC}/tohg
-       ${ECHO} "${RUBY} -I${PREFIX}/share/fromcvs ${PREFIX}/share/fromcvs/tohg.rb \"$$""@\"" >> ${WRKSRC}/tohg
+       ${ECHO} "${RUBY} -I${PREFIX}/share/fromcvs ${PREFIX}/share/fromcvs/tohg.rb \"\$$@\"" >> ${WRKSRC}/tohg
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fromcvs



Home | Main Index | Thread Index | Old Index