From c60f767615830ecaf25b15d0455a3ea182a07657 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Thu, 9 Apr 2020 21:34:48 -0500 Subject: [PATCH] Added a redirect to STDERR (st) --- st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st b/st index f449675..f96394d 100755 --- a/st +++ b/st @@ -10,7 +10,7 @@ fi ### Check if pavucontrol is available if (! type pactl &>/dev/null); then - printf "ERROR 12: 'pactl' command not found!\n\n This command is part of PulseAudio Volume Control, which may commonly be found in your distribution's repository as 'pavucontrol'.\n Please install and try again." + printf "ERROR 12: 'pactl' command not found!\n\n This command is part of PulseAudio Volume Control, which may commonly be found in your distribution's repository as 'pavucontrol'.\n Please install and try again." >&2 exit 12 fi