Fix #173 - Escape backslash
This commit is contained in:
parent
cc95715dc2
commit
733902a6e6
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ function findresults() {
|
||||||
eval ${SEARCH}; \
|
eval ${SEARCH}; \
|
||||||
awk "/^(${ID}),/ {print}" "${path_in}/${file_in}" \
|
awk "/^(${ID}),/ {print}" "${path_in}/${file_in}" \
|
||||||
) \
|
) \
|
||||||
| sed 's/\"//g' \
|
| sed 's/\"//g; s_\\_\\\\_g' \
|
||||||
| sort -u
|
| sort -u
|
||||||
)"
|
)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue