From 084138fa1b1c130dabe39c6d1767e16e6165dcbe Mon Sep 17 00:00:00 2001 From: Jackson Schuster <36744439+jtschuster@users.noreply.github.com> Date: Fri, 6 Feb 2026 09:26:00 -0800 Subject: [PATCH] Replace 'say' with 'echo' in error handling --- src/install.sh.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh.template b/src/install.sh.template index 9d330a0..eaa513e 100755 --- a/src/install.sh.template +++ b/src/install.sh.template @@ -224,7 +224,7 @@ get_rid() { } err() { - say "$1" >&2 + echo "$1" >&2 exit 1 }