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