summaryrefslogtreecommitdiffstats
path: root/tests/arextract.c
diff options
context:
space:
mode:
authorJosh Stone <[email protected]>2014-08-25 14:40:35 -0700
committerJosh Stone <[email protected]>2014-08-25 14:40:35 -0700
commitf1ec744b5747a3bd66297c9f965be6ea10cb7f86 (patch)
tree1ce7462512c4fa863c01e56a70a08d7d4311f3b4 /tests/arextract.c
parent5efda26c21034f5c96680c7f78c8fe8936af11a7 (diff)
Prevent premature @AR@ replacement in a sed expression.elfutils-0.160
The Makefile rule for make-debug-archive has a sed expression to replace @AR@ will the installed name, but this was itself getting replaced when the Makefile was configured, for a pattern like "s,ar,/path/prefix-,g". Havoc ensued in the resulting make-debug-archive. The fix matches it using a regex bracket expression, "[@]AR[@]", so sed will still match it, but it's immune to configure's replacement. Signed-off-by: Josh Stone <[email protected]>
Diffstat (limited to 'tests/arextract.c')
0 files changed, 0 insertions, 0 deletions