commit e7774e2f0b3ceadbda40313f33088efa984c83a7
parent 6c9a8767dcaf7936614fe2960432d64636c032ad
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Tue, 6 Feb 2024 16:57:16 -0500
build: Print messages to standard error.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/r7rs-small/build.sh b/doc/r7rs-small/build.sh
@@ -56,7 +56,7 @@ esac
if ! test -f $input_file -a -r $input_file
then
printf "Error: %s is not a readable regular file.\n"\
- $input_file
+ $input_file 1>&2
exit 1
fi