5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/bin/bash --verbose
|
||
|
set -e
|
||
|
|
||
|
./build_sysroot/prepare_sysroot_src.sh
|