diff options
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index d52c89e8130..6c635173fb0 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -270,7 +270,7 @@ def configurePaths(): binDir = os.path.join(getIceDir("cpp"), "bin") # Always add the bin directory to the PATH, it contains executable - # which might not be in the compiler/arch bin sub-directory. + # which might not be in the compiler/arch bin sub-directory. if iceHome != "/usr": addenv("PATH", binDir) |