Module Name: src Committed By: kre Date: Mon Dec 23 01:51:14 UTC 2024
Modified Files: src: build.sh Log Message: Make sure that local var=$expansion is properly quoted as local var="$exp" correcting some quotes incorrectly removed in the previous version, and adding some that should have been present but never were. This pointed out by riastradh@ -- thanks. Also, one addition which should have been the previous update's commit message - a couple of uses of subshells, where the only reason was to control shell operator precedence (which works, but is costly) were changed (in the previous rev) to use groups instead (ie: brace bracketing instead of parentheses). To generate a diff of this commit: cvs rdiff -u -r1.386 -r1.387 src/build.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.