mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-25 18:41:07 +00:00
Strip trailing newlines.
This commit is contained in:
parent
9386ca769d
commit
22d659d3ac
3
build.sh
3
build.sh
|
@ -33,5 +33,4 @@ run .paket/paket.exe restore
|
||||||
|
|
||||||
[ ! -e build.fsx ] && run .paket/paket.exe update
|
[ ! -e build.fsx ] && run .paket/paket.exe update
|
||||||
[ ! -e build.fsx ] && run packages/FAKE/tools/FAKE.exe init.fsx
|
[ ! -e build.fsx ] && run packages/FAKE/tools/FAKE.exe init.fsx
|
||||||
run packages/FAKE/tools/FAKE.exe "$@" $FSIARGS build.fsx
|
run packages/FAKE/tools/FAKE.exe "$@" $FSIARGS build.fsx
|
||||||
|
|
Loading…
Reference in a new issue