Commit 383316ed by Bruce Korb

Separate sed -e flag from its argument

From-SVN: r26192
parent ac95d436
...@@ -135,7 +135,7 @@ tTestDesc a[=hackname _cap=]Tests[] = {[= ...@@ -135,7 +135,7 @@ tTestDesc a[=hackname _cap=]Tests[] = {[=
*/ */
const char* apz[=hackname _cap=]Patch[] = {[= const char* apz[=hackname _cap=]Patch[] = {[=
_IF sed _exist =] "sed"[=_FOR sed=], _IF sed _exist =] "sed"[=_FOR sed=],
"-e" [=sed _str=][=/sed=][= "-e", [=sed _str=][=/sed=][=
_ELIF replacement _exist =] "sed", _ELIF replacement _exist =] "sed",
"s@[=select[]=]@[=replacement=]@"[= "s@[=select[]=]@[=replacement=]@"[=
_ELIF shell _exist =] "sh", "-c", _ELIF shell _exist =] "sh", "-c",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment