summaryrefslogtreecommitdiff
path: root/SCons/Platform/posix.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Platform/posix.py')
-rw-r--r--SCons/Platform/posix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Platform/posix.py b/SCons/Platform/posix.py
index 75b6c0bf2..55b00b4db 100644
--- a/SCons/Platform/posix.py
+++ b/SCons/Platform/posix.py
@@ -74,7 +74,7 @@ def piped_env_spawn(sh, escape, cmd, args, env, stdout, stderr):
env, stdout, stderr)
-def generate(env):
+def generate(env) -> None:
# Bearing in mind we have python 2.4 as a baseline, we can just do this:
spawn = subprocess_spawn
pspawn = piped_env_spawn