Minor updates in the main build script.
This commit is contained in:
parent
dcfa71368f
commit
fa31e83b5c
@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
for script in $(ls | grep '^[0-9]*_.*.sh'); do
|
||||
echo "$script"
|
||||
./"$script"
|
||||
echo "Executing script '$script'."
|
||||
./$script
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user