summaryrefslogtreecommitdiffstats
path: root/gcc/fixinc
diff options
context:
space:
mode:
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>1999-06-10 14:36:02 +0000
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>1999-06-10 14:36:02 +0000
commitffdef7ad202aa0363a8640f5107086b541817071 (patch)
tree0144458d517b0b924000c1d1d9daa3878d28192c /gcc/fixinc
parentaa3bec525ae5924c7981d73c19acd7604728efb2 (diff)
downloadppe42-gcc-ffdef7ad202aa0363a8640f5107086b541817071.tar.gz
ppe42-gcc-ffdef7ad202aa0363a8640f5107086b541817071.zip
Correct quoting rules
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27470 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc')
-rw-r--r--gcc/fixinc/inclhack.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def
index 829c83eae25..7f7401e4674 100644
--- a/gcc/fixinc/inclhack.def
+++ b/gcc/fixinc/inclhack.def
@@ -350,7 +350,7 @@ fix = {
* Also, only accept double slashes that are not part of URL's
* and are not the end of a quoted string.
*/
- test = " -z \"`echo ${file} | egrep \'(CC|cxx|\+\+)/\' `\"";
+ test = ' -z "`echo ${file} | egrep \'(CC|cxx|\+\+)/\'`"';
select = '(^|[^:])//[^"*]';
sed = 's,^//.*$,,';
sed = 's,[^:]//[^"].*$,,';
OpenPOWER on IntegriCloud