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 da80c00 commit c21c3e7Copy full SHA for c21c3e7
build.sh
@@ -58,7 +58,7 @@ function build() {
58
msg "Varient=$VARIENT"
59
msg "ARCH=$ARCH"
60
61
- cp -r ./suites/$SUITE/$VARIENT/$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