mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
gitian: Fix gitian-linux.yml
Broken by 17361 backport
This commit is contained in:
parent
779d1f53e1
commit
5f00eb34bd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user