Skip to content

Commit cfc133c

Browse files
committed
Fix thomas healy trunk
1 parent 3c99fc0 commit cfc133c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ elif echo "${VERSION}" | grep 'contracts-GNUext-trunk'; then
141141
MAJOR_MINOR=16-trunk
142142
LANGUAGES=c++
143143
elif echo "${VERSION}" | grep 'thomas-healy-trunk'; then
144-
VERSION=thomas-healy-$(date +%Y%m%d)
144+
VERSION=thomas-healy-trunk-$(date +%Y%m%d)
145145
URL=https://github.com/healytpk/gcc-thomas-healy.git
146146
BRANCH=trunk
147147
MAJOR=16

0 commit comments

Comments
 (0)