]> Kevux Git Server - fll/commit
Update: Build scripts to better handle white spaces.
authorKevin Day <Kevin@kevux.org>
Thu, 28 May 2026 22:32:06 +0000 (17:32 -0500)
committerKevin Day <Kevin@kevux.org>
Fri, 29 May 2026 00:54:05 +0000 (19:54 -0500)
commit974cf6946a3d0fd6c51fa2731c419b4939c9672b
tree2339f0a0ecfe921518de39faf51924523b017fbe
parentc655a4981daddd8c2f0bcf105f1eccbae7e4a97c
Update: Build scripts to better handle white spaces.

The `"${@}"` will expand spaces correctly into each parameter.
The double quotes are requires as `${@}` will not work as expected.
build/scripts/bootstrap-example.sh
build/scripts/bootstrap.sh
build/scripts/generate_codepoints_from_digits.sh
build/scripts/generate_ctags.sh
build/scripts/install.sh
build/scripts/package.sh
build/scripts/test.sh