foamSearch: corrected message when keyword is not found
This commit is contained in:
parent
c3fd351234
commit
e119636ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ done
|
|||
|
||||
[ -s "$tmp" ] && \
|
||||
sort "$tmp" | uniq $count | sed '/^[\t 1-9]*$/d' || \
|
||||
echo "No keyword $2 found in $3 files"
|
||||
echo "No keyword $3 found in $2 files"
|
||||
|
||||
rm "$tmp" 2>/dev/null
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue