Skip to content

Commit ef8165e

Browse files
committed
Fix typo.
I had a jumping in between different languages typo. *sigh*.
1 parent dc1f0c4 commit ef8165e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ function should_build_perftestsuite() {
12391239
return
12401240
fi
12411241

1242-
return $(true_false "${BUILD_SWIFT_PERF_TESTSUITE}")
1242+
echo $(true_false "${BUILD_SWIFT_PERF_TESTSUITE}")
12431243
}
12441244

12451245
mkdir -p "${BUILD_DIR}"

0 commit comments

Comments
 (0)