gitian: Fix gitian-linux.yml

Broken by 17361 backport
This commit is contained in:
UdjinM6 2021-09-06 20:51:56 +03:00
parent 779d1f53e1
commit 5f00eb34bd
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -128,7 +128,7 @@ script: |
cat << EOF > ${WRAP_DIR}/${prog} cat << EOF > ${WRAP_DIR}/${prog}
#!/usr/bin/env bash #!/usr/bin/env bash
# GCCVERSION=${GCCVERSION} # GCCVERSION=${GCCVERSION}
REAL="$(which -a ${prog}-8 | grep -v ${WRAP_DIR}/${prog} | head -1)" REAL="$(which -a ${prog} | grep -v ${WRAP_DIR}/${prog} | head -1)"
for var in "\$@" for var in "\$@"
do do
if [ "\$var" = "-m32" ]; then if [ "\$var" = "-m32" ]; then