summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorWholesomeIsland <65096556+WholesomeIsland@users.noreply.github.com>2021-03-16 23:26:13 (GMT)
committerGitHub <noreply@github.com>2021-03-16 23:26:13 (GMT)
commit3ac5172255570a962c8eb21a150ab4257f859ba9 (patch)
treec5efcc391a95cb78ce67d1a15a735fcdf2949a2c /scripts
parentfc3946a217f29407c65291c5358262a7b3cc78cd (diff)
downloadSCons-3ac5172255570a962c8eb21a150ab4257f859ba9.zip
SCons-3ac5172255570a962c8eb21a150ab4257f859ba9.tar.gz
SCons-3ac5172255570a962c8eb21a150ab4257f859ba9.tar.bz2
Update scons.bat
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scons.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scons.bat b/scripts/scons.bat
index 65c919e..cf7a5ea 100644
--- a/scripts/scons.bat
+++ b/scripts/scons.bat
@@ -4,7 +4,7 @@ set SCONS_ERRORLEVEL=
if "%OS%" == "Windows_NT" goto WinNT
@REM for 9x/Me you better not have more than 9 args
-python -c "from os.path import join; import sys; sys.path = [ join(sys.prefix, 'Lib', 'site-packages', 'scons-__VERSION__'), join(sys.prefix, 'Lib', 'site-packages', 'scons'), join(sys.prefix, 'scons-__VERSION__'), join(sys.prefix, 'scons')] + sys.path; import SCons.Script; SCons.Script.main()" %1 %2 %3 %4 %5 %6 %7 %8 %9
+python -c "from os.path import join; import sys; sys.path = [ join(sys.prefix, 'Lib', 'site-packages', 'scons-__VERSION__'), join(sys.prefix, 'Lib', 'site-packages', 'scons'), join(sys.prefix, 'scons-__VERSION__'), join(sys.prefix, 'scons')] + sys.path; import SCons.Script; SCons.Script.main()" %*
@REM no way to set exit status of this script for 9x/Me
goto endscons