diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-05 06:57:09 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-05 06:57:09 +0000 |
commit | 1b2de2fa01e6ffb1cd7e0d27a260b22d343ecde5 (patch) | |
tree | 37ed692608a1c7672252108c9284ea17cad34981 /gcc/fixinc/fixincl.tpl | |
parent | 0a53554a209a45aa61bb86296ee6029c630ec2ce (diff) | |
download | gcc-1b2de2fa01e6ffb1cd7e0d27a260b22d343ecde5.tar.gz |
Separate sed -e flag from its argument
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26192 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc/fixincl.tpl')
-rw-r--r-- | gcc/fixinc/fixincl.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/fixincl.tpl b/gcc/fixinc/fixincl.tpl index 04b67ab5377..8f00344f797 100644 --- a/gcc/fixinc/fixincl.tpl +++ b/gcc/fixinc/fixincl.tpl @@ -135,7 +135,7 @@ tTestDesc a[=hackname _cap=]Tests[] = {[= */ const char* apz[=hackname _cap=]Patch[] = {[= _IF sed _exist =] "sed"[=_FOR sed=], - "-e" [=sed _str=][=/sed=][= + "-e", [=sed _str=][=/sed=][= _ELIF replacement _exist =] "sed", "s@[=select[]=]@[=replacement=]@"[= _ELIF shell _exist =] "sh", "-c", |