Commit 2e910de
committed
rel-rpaths: Fix syntax error in grep expression
Previous patch introduced an error, as new regex passed to grep was treated
as as separate argument, and a filename consequently. To avoid problem bu
still have sensible line width, use multiple -e options, instead of '\|'.
Signed-off-by: Anton Kolesov <[email protected]>1 parent 55530cf commit 2e910de
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments