Skip to content

Commit 846af6c

Browse files
fix: syntax
1 parent c21c3e7 commit 846af6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function build() {
5858
msg "Varient=$VARIENT"
5959
msg "ARCH=$ARCH"
6060

61-
cp -r ./suites/$SUITE/$VARIENT/*fs-cook
61+
cp -r ./suites/$SUITE/$VARIENT/* fs-cook
6262
cd fs-cook || die "Failed to cd.."
6363
bash $VARIENT.sh $ARCH || die "build script failed"
6464
cd $UD_ROOT_DIR || die "Failed fto cd "

0 commit comments

Comments
 (0)