summaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 01:35:56 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 01:35:56 +0300
commitff799ba2356d3908a9c40fbd96b4be15ed75ccca (patch)
treeb5e24a959f580dcf476153efe81124aa8abb246e /src/script
parente899c98dfd66bb02dcc8f0699fd07c46e11d10ad (diff)
downloadscons-ff799ba2356d3908a9c40fbd96b4be15ed75ccca.tar.gz
The change didn't get into 2.3.1
Diffstat (limited to 'src/script')
-rw-r--r--src/script/scons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/scons.py b/src/script/scons.py
index 2c17cd86..8dcc371d 100644
--- a/src/script/scons.py
+++ b/src/script/scons.py
@@ -85,7 +85,7 @@ scons_version = 'scons-%s' % __version__
# preferred order of scons lookup paths
prefs = []
-# - running from source takes priority (since 2.3.1)
+# - running from source takes priority (since 2.3.2)
script_path = os.path.abspath(os.path.dirname(__file__))
source_path = os.path.join(script_path, '..', 'engine')