Skip to content

Commit f4570dc

Browse files
committed
Fix trivial-relocation build
Signed-off-by: Marc Poulhiès <[email protected]>
1 parent 5a2c40d commit f4570dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 'trivial-relocation-trunk'; then
144-
VERSION=contracts-GNUext-trunk-$(date +%Y%m%d)
144+
VERSION=trivial-relocation-trunk-$(date +%Y%m%d)
145145
[email protected]:iains/gcc-git.git
146146
BRANCH="C++2z-trivial-relocation"
147147
MAJOR=16

0 commit comments

Comments
 (0)