Skip to content

Commit 537d719

Browse files
authored
Merge pull request swiftlang#599 from josh-/master
[bootstrap] Fix typo in comment
2 parents f78b6e5 + e5734a7 commit 537d719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Utilities/bootstrap

+2-2
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,8 @@ def main():
976976
error("xcodeproj generation failed with exit status %d" % (result,))
977977
else:
978978
# Pretty hacky: insert SWIFT_EXEC into the scheme. We may want to
979-
# add a an option to the `generate-xcodeproj` subcommand to allow
980-
# a user to specify env variable/value pairs to generate into the
979+
# add an option to the `generate-xcodeproj` subcommand to allow a
980+
# user to specify env variable/value pairs to generate into the
981981
# scheme, but that seems a bit too arbitrary at this point.
982982
cmd = ["sed", "-i", "",
983983
"-e", "s|shouldUseLaunchSchemeArgsEnv = \"YES\"|"

0 commit comments

Comments
 (0)