Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
I had a jumping in between different languages typo. *sigh*.
  • Loading branch information
gottesmm committed Nov 15, 2015
1 parent dc1f0c4 commit ef8165e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build-script-impl
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ function should_build_perftestsuite() {
return
fi

return $(true_false "${BUILD_SWIFT_PERF_TESTSUITE}")
echo $(true_false "${BUILD_SWIFT_PERF_TESTSUITE}")
}

mkdir -p "${BUILD_DIR}"
Expand Down

0 comments on commit ef8165e

Please sign in to comment.