summaryrefslogtreecommitdiff
path: root/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.py')
-rw-r--r--bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 165c081d..fa732700 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -201,7 +201,7 @@ if update_only:
sys.exit(0)
args = [
- os.path.split(sys.executable)[1],
+ sys.executable,
os.path.join(bootstrap_dir, scons_py)
] + pass_through_args