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 }