diff options
author | William Deegan <bill@baddogconsulting.com> | 2022-06-01 21:28:03 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2022-06-01 21:28:03 (GMT) |
commit | c9c678683a3944b0500a8ce68c80d7c5d48c9230 (patch) | |
tree | 36559ee115cc499770e413eb2ac89ae7c82f0034 /test/Actions | |
parent | f262fbd6bacf1c0d7f26d747d853b9ce909f4442 (diff) | |
download | SCons-c9c678683a3944b0500a8ce68c80d7c5d48c9230.zip SCons-c9c678683a3944b0500a8ce68c80d7c5d48c9230.tar.gz SCons-c9c678683a3944b0500a8ce68c80d7c5d48c9230.tar.bz2 |
Updated CHANGES/RELEASE to be a bit simpler. Fixed typo in docs for SHELL_ENV_GENERATORS.
Diffstat (limited to 'test/Actions')
-rw-r--r-- | test/Actions/subst_shell_env.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Actions/subst_shell_env.py b/test/Actions/subst_shell_env.py index d26f0ae..02ba640 100644 --- a/test/Actions/subst_shell_env.py +++ b/test/Actions/subst_shell_env.py @@ -25,7 +25,7 @@ """ Verify that shell environment variables can be expanded per target/source -when exectuting actions on the command line. +when executing actions on the command line. """ import os |