Raymond Toy pushed to branch rtoy-debug-ci-2025-07 at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • bin/git-version.sh
    ... ... @@ -46,6 +46,11 @@ else
    46 46
     	# The git hash looks like a release which is 3 hex digits.  Use it as is.
    
    47 47
     	DEFAULT_VERSION="${GIT_HASH}"
    
    48 48
         fi
    
    49
    +
    
    50
    +    if [ -z "$DEFAULT_VERSION" ]; then
    
    51
    +	echo "Unable to determine a default version from hash $GIT_HASH"
    
    52
    +	exit 1;
    
    53
    +    fi
    
    49 54
     fi
    
    50 55
     
    
    51 56
     if [ -z "$FILE" ]; then