Skip to content

Commit

Permalink
write error message to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
tlk committed Sep 18, 2022
1 parent 1998ac3 commit d48dda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tæller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi
sniff() {
if [ ! -f "$filter" ];
then
echo "'$filter' filter file does not exist"
echo "'$filter' filter file does not exist" >&2
exit 1
fi

Expand Down

0 comments on commit d48dda4

Please sign in to comment.