Fix typo in src/bootstrap/bootstrap.py
Co-authored-by: Marco Colombo <mar.colombo13@gmail.com>
This commit is contained in:
parent
b1541ff198
commit
9ac4a4e67a
@ -152,7 +152,7 @@ def run(args, verbose=False, exception=False, is_bootstrap=False, **kwargs):
|
||||
if verbose:
|
||||
print("running: " + ' '.join(args))
|
||||
sys.stdout.flush()
|
||||
# Ensure that the .exe is used on Windoows just in case a Linux ELF has been
|
||||
# Ensure that the .exe is used on Windows just in case a Linux ELF has been
|
||||
# compiled in the same directory.
|
||||
if os.name == 'nt' and not args[0].endswith('.exe'):
|
||||
args[0] += '.exe'
|
||||
|
Loading…
Reference in New Issue
Block a user