Fix shellcheck SC2002

This commit is contained in:
Darko Poljak 2019-04-06 10:52:23 +02:00
parent a5e66bc3f6
commit b47c6e3fe4
1 changed files with 1 additions and 2 deletions

View File

@ -22,6 +22,5 @@ if grep -Eq \
"$( cat "$__object/parameter/pattern" )" \ "$( cat "$__object/parameter/pattern" )" \
"$__messages_in" "$__messages_in"
then then
cat "$__object/parameter/execute" \ tee "$__messages_out" < "$__object/parameter/execute"
| tee "$__messages_out"
fi fi