Re: [ovs-dev] [PATCH v2 4/6] system-dpdk: Use a different character marker for sed commands

2018-08-27 Thread Ian Stokes
On 8/22/2018 2:37 PM, Aaron Conole wrote: The default marker for sed commands according to the manual is /, but this is inconvenient when working with paths. The solution is either to escape all instances of / or use sed's \cREGEXc feature. LGTM, Ian Signed-off-by: Aaron Conole ---

[ovs-dev] [PATCH v2 4/6] system-dpdk: Use a different character marker for sed commands

2018-08-22 Thread Aaron Conole
The default marker for sed commands according to the manual is /, but this is inconvenient when working with paths. The solution is either to escape all instances of / or use sed's \cREGEXc feature. Signed-off-by: Aaron Conole --- tests/system-dpdk.at | 14 +++--- 1 file changed, 7