Scripts: modify regexps, because no slash anymore in game results.

This commit is contained in:
vonavi
2015-01-08 13:28:13 +03:00
parent f9b2b32e20
commit e9bafd8838
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ function info_output_term {
fi
# Highlight result
line=$(sed -E "s~ ${res_re}( |$)~ $(tput setaf 6)\1-\2$(tput sgr0)\3~" <<< "$line")
line=$(sed -E "s/ ${res_re}( |$)/ $(tput setaf 6)\1-\2$(tput sgr0)\3/" <<< "$line")
echo "$line"
done