From 9477e3ee7375a389db03c002b04fa20364676b4e Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 29 Feb 2016 00:43:56 +0000 Subject: [PATCH] direct stderr to /dev/null --- urchin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urchin b/urchin index 2594064..094b1ab 100755 --- a/urchin +++ b/urchin @@ -231,7 +231,7 @@ report_outcome() { # Sort in alphabetical order. # GNU sort requires -m, and BSD sort doesn't. - sort -m "$log_file" > $sorted_log_file || + sort -m "$log_file" > $sorted_log_file 2>/dev/null || sort "$log_file" > $sorted_log_file while read line; do