diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-09 22:17:49 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-09 22:17:49 +0000 |
commit | f8c5287bf88c8be664ba44d06adc1cee175229c9 (patch) | |
tree | 9cb2b20581048f96ad3b6ba4baa77f74f95c1b7a /gcc/fixinc/inclhack.sh | |
parent | b05ff674e18d58060e4a787690c02125d76d015b (diff) | |
download | ppe42-gcc-f8c5287bf88c8be664ba44d06adc1cee175229c9.tar.gz ppe42-gcc-f8c5287bf88c8be664ba44d06adc1cee175229c9.zip |
* fixinc/inclhack.def (no_double_slash): Fix quoting for test.
* fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27460 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc/inclhack.sh')
-rwxr-xr-x | gcc/fixinc/inclhack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/inclhack.sh b/gcc/fixinc/inclhack.sh index b4ba924f285..055c20e514c 100755 --- a/gcc/fixinc/inclhack.sh +++ b/gcc/fixinc/inclhack.sh @@ -748,7 +748,7 @@ struct rusage; # Fix 17: No_Double_Slash # if ( test -n "`egrep '(^|[^:])//[^\"*]' ${file}`" -a \ - '(' -z `echo ${file} | egrep '(CC|cxx|\+\+)/' ` ')' + '(' -z "`echo ${file} | egrep '(CC|cxx|++)/' `" ')' ) > /dev/null 2>&1 ; then fixlist="${fixlist} no_double_slash" |