texinfo-commits
[Top][All Lists]
Advanced

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

[6467] use g flag for s in sed


From: Gavin D. Smith
Subject: [6467] use g flag for s in sed
Date: Sat, 25 Jul 2015 21:41:46 +0000

Revision: 6467
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6467
Author:   gavin
Date:     2015-07-25 21:41:45 +0000 (Sat, 25 Jul 2015)
Log Message:
-----------
use g flag for s in sed

Modified Paths:
--------------
    trunk/tp/Texinfo/Convert/XSParagraph/configure.ac

Modified: trunk/tp/Texinfo/Convert/XSParagraph/configure.ac
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/configure.ac   2015-07-25 21:15:44 UTC 
(rev 6466)
+++ trunk/tp/Texinfo/Convert/XSParagraph/configure.ac   2015-07-25 21:41:45 UTC 
(rev 6467)
@@ -24,9 +24,9 @@
                     -e 's/^'\''//'           \
                     -e 's/ *; *$//'          \
                     -e 's/'\''$//'           \
-                    -e 's/\\"/"/'            \
-                    -e 's/\\'\''/\'\''/'     \
-                    -e 's/\\\\/\\/'          `
+                    -e 's/\\"/"/g'           \
+                    -e 's/\\'\''/\'\''/g'    \
+                    -e 's/\\\\/\\/g'         `
           echo got "$conf_value"
 } 
 




reply via email to

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