Fix bug 2465 - bootstrap.py should now use the python it was invoked with instead...
authorbdbaddog <bdbaddog@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 12 Nov 2009 07:32:38 +0000 (07:32 +0000)
committerbdbaddog <bdbaddog@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 12 Nov 2009 07:32:38 +0000 (07:32 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4384 fdb21ef1-2011-0410-befe-b5e4ea1792b1

bootstrap.py

index 165c081d4405c88d261fbde4bf1754bc63b2965d..fa732700733aa19ccb535ac1f4b7fed22444eec0 100644 (file)
@@ -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