From 31cbc35a7b450c30b8d5468649564b701315d2af Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 6 Jan 2019 21:20:35 -0800 Subject: [PATCH] Print error to stderr instead of stdout --- audiotrim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiotrim.sh b/audiotrim.sh index 7f4b89f..08ff4d7 100755 --- a/audiotrim.sh +++ b/audiotrim.sh @@ -32,7 +32,7 @@ while true; do done if [[ ! -x '/usr/bin/ffmpeg' ]]; then - printf '%s\n' 'ffmpeg program is not installed' + printf '%s\n' 'ffmpeg program is not installed' >&2 exit 1 fi