r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/r7rs-small-texinfo
Log | Files | Refs | README

commit 4ae9f262e168138bc89edf1883b11db7a28e15cd
parent 11da2435e4bc7a31fb40f15e5ff3736f865460be
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Wed,  7 Feb 2024 16:36:34 -0500

build: Emit newline to stderr.

Diffstat:
Mdoc/r7rs-small/build.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/r7rs-small/build.sh b/doc/r7rs-small/build.sh @@ -24,7 +24,7 @@ usage () { printf 'Usage: %s [OPTION]... [TARGET]\n' "$(basename $0)" 1>&2 - echo + echo 1>&2 cat 1>&2 <<EOF Helper script for building R7RS-small from Texinfo.