1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00

Removes -v switch from compile.sh

This commit is contained in:
FellippeHeitor 2021-01-14 21:39:28 -03:00
parent a6995faa3f
commit e4d987ab89

View file

@ -1,7 +1,7 @@
#!/bin/bash
echo From git `echo $GITHUB_SHA | sed 's/\(.......\).*$/\1/'` > internal/version.txt
./qb64_bootstrap -x -v source/qb64.bas
./qb64_bootstrap -x -w source/qb64.bas
SUCCESS=$?
rm qb64_bootstrap
rm internal/source/*