We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21c3e7 commit 846af6cCopy full SHA for 846af6c
build.sh
@@ -58,7 +58,7 @@ function build() {
58
msg "Varient=$VARIENT"
59
msg "ARCH=$ARCH"
60
61
- cp -r ./suites/$SUITE/$VARIENT/*fs-cook
+ cp -r ./suites/$SUITE/$VARIENT/* fs-cook
62
cd fs-cook || die "Failed to cd.."
63
bash $VARIENT.sh $ARCH || die "build script failed"
64
cd $UD_ROOT_DIR || die "Failed fto cd "
0 commit comments