Fix #173 - Escape backslash

This commit is contained in:
g0tmi1k 2020-05-27 10:15:53 +01:00
parent cc95715dc2
commit 733902a6e6

View file

@ -603,7 +603,7 @@ function findresults() {
eval ${SEARCH}; \
awk "/^(${ID}),/ {print}" "${path_in}/${file_in}" \
) \
| sed 's/\"//g' \
| sed 's/\"//g; s_\\_\\\\_g' \
| sort -u
)"