Raymond Toy pushed to branch issue-464-lisp-version-uses-branch-name at cmucl / cmucl Commits: 800cf0db by Raymond Toy at 2026-01-15T17:57:49-08:00 Fix another typo - - - - - 1 changed file: - bin/git-version.sh Changes: ===================================== bin/git-version.sh ===================================== @@ -55,7 +55,7 @@ else # The hash looks like the current branch with possibly more # stuff at the end. Use the hash as the version. DEFAULT_VERSION="${GIT_HASH}" - elif [ `expr "${GIT_HASH}" : "[0-9]*"` != 0]; then + elif [ `expr "${GIT_HASH}" : "[0-9]*"` != 0 ]; then # Assuming this is CI which seems to produce a githash like # "pipeline/<digits>". DEFAULT_VERSION="${GIT_HASH}" View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/800cf0dbf497725bbb432fd9... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/800cf0dbf497725bbb432fd9... You're receiving this email because of your account on gitlab.common-lisp.net.