commit cb6f0da472a616974133fd6a1ea2bd69e3c4ab20 parent ee5c8726776d424dab90fd21ebdc37379a6622c4 Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz> Date: Wed, 7 Feb 2024 16:27:53 -0500 Expand tabs. Diffstat:
M | doc/r7rs-small/build.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/r7rs-small/build.sh b/doc/r7rs-small/build.sh @@ -75,8 +75,8 @@ pdf) target_flag="--pdf" ;; info) - target_flag="--info" - ;; + target_flag="--info" + ;; *) printf "Error: target '%s' not yet supported.\n" "$1" exit 1