Skip to content
Snippets Groups Projects
Commit 4faa5e66 authored by Simon Rose's avatar Simon Rose
Browse files

grep -P, it seems

parent 6e5ea127
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ if which ack &>/dev/null; then
__SEARCH_COMMAND__="ack --passthru"
else
echo "ack is not installed; defaulting to grep, but note that the log will be missing the IOC log" >&2
__SEARCH_COMMAND__="grep -E"
__SEARCH_COMMAND__="grep -P"
fi
function usage {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment