cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/src ChangeLog sanity.sh [cvs1-11-x-branch]


From: Larry Jones
Subject: [Cvs-cvs] ccvs/src ChangeLog sanity.sh [cvs1-11-x-branch]
Date: Wed, 19 Nov 2008 19:42:16 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         cvs1-11-x-branch
Changes by:     Larry Jones <scjones>   08/11/19 19:42:14

Modified files:
        src            : ChangeLog sanity.sh 

Log message:
        * sanity.sh (keyword-25): Protect keywords against accidental
        expansion in sanity.sh itself.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/ChangeLog?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.2336.2.512&r2=1.2336.2.513
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/sanity.sh?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.752.2.221&r2=1.752.2.222

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/ChangeLog,v
retrieving revision 1.2336.2.512
retrieving revision 1.2336.2.513
diff -u -b -r1.2336.2.512 -r1.2336.2.513
--- ChangeLog   18 Nov 2008 19:40:24 -0000      1.2336.2.512
+++ ChangeLog   19 Nov 2008 19:42:11 -0000      1.2336.2.513
@@ -1,3 +1,8 @@
+2008-11-19  Larry Jones  <address@hidden>
+
+       * sanity.sh (keyword-25): Protect keywords against accidental
+       expansion in sanity.sh itself.
+
 2008-11-18  Larry Jones  <address@hidden>
 
        * commit.c, update.c: Fix gcc -Wall warnings.

Index: sanity.sh
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/sanity.sh,v
retrieving revision 1.752.2.221
retrieving revision 1.752.2.222
diff -u -b -r1.752.2.221 -r1.752.2.222
--- sanity.sh   5 Nov 2008 15:13:41 -0000       1.752.2.221
+++ sanity.sh   19 Nov 2008 19:42:12 -0000      1.752.2.222
@@ -23164,9 +23164,9 @@
 retrieving revision 1\.3
 diff -r1\.3 file1
 1c1
-< \$Name\$
+< "'\$'"Name"'\$'"
 ---
-> \$Name:  $"
+> "'\$'"Name:  "'\$'
          dotest keyword-26 "${testcvs} diff -kkv file1" ""
 
          cd ../..




reply via email to

[Prev in Thread] Current Thread [Next in Thread]