diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-10 14:36:02 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-10 14:36:02 +0000 |
commit | ffdef7ad202aa0363a8640f5107086b541817071 (patch) | |
tree | 0144458d517b0b924000c1d1d9daa3878d28192c /gcc/fixinc | |
parent | aa3bec525ae5924c7981d73c19acd7604728efb2 (diff) | |
download | ppe42-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.def | 2 |
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,[^:]//[^"].*$,,'; |