mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SwiftBuildSupport.py: fix typo in error message
Swift SVN r24153
This commit is contained in:
@@ -118,7 +118,7 @@ def get_preset_options(substitutions, preset_file_names, preset_name):
|
||||
(build_script_opts, build_script_impl_opts) = \
|
||||
get_preset_options_impl(config, substitutions, preset_name)
|
||||
if build_script_opts is None:
|
||||
print_with_argv0("preset '" + preset_name + "'not found")
|
||||
print_with_argv0("preset '" + preset_name + "' not found")
|
||||
sys.exit(1)
|
||||
|
||||
return build_script_opts + [ "--" ] + build_script_impl_opts
|
||||
|
||||
Reference in New Issue
Block a user