scripts/InstallScripts/buildCrossystem.sh: move set inside the script
This commit is contained in:
parent
d9b7a12c84
commit
9d5dbaf846
@ -1,4 +1,7 @@
|
||||
#!/bin/sh -xe
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
#Build mosys, which is required for crossystem
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user