summaryrefslogtreecommitdiffstats
path: root/test/Actions
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2022-05-10 21:48:52 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2022-05-10 21:48:52 (GMT)
commite99fa0ca00f414a6c446090d2926747f931c73d5 (patch)
tree8cbd067bbe8c7f2ed7d450330e0935d1188ef9ca /test/Actions
parent70d87f61fbd923cb79dd9e37a4580b2f2dcfb000 (diff)
downloadSCons-e99fa0ca00f414a6c446090d2926747f931c73d5.zip
SCons-e99fa0ca00f414a6c446090d2926747f931c73d5.tar.gz
SCons-e99fa0ca00f414a6c446090d2926747f931c73d5.tar.bz2
switched name to SHELL_ENV_GENERATOR
Diffstat (limited to 'test/Actions')
-rw-r--r--test/Actions/subst_shell_env-fixture/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Actions/subst_shell_env-fixture/SConstruct b/test/Actions/subst_shell_env-fixture/SConstruct
index d71017b..18a04bc 100644
--- a/test/Actions/subst_shell_env-fixture/SConstruct
+++ b/test/Actions/subst_shell_env-fixture/SConstruct
@@ -10,7 +10,7 @@ def expand_this_generator(env, target, source, for_signature):
env = Environment(tools=['textfile'])
-env['SHELL_ENV_EXPANDER'] = custom_environment_expansion
+env['SHELL_ENV_GENERATOR '] = custom_environment_expansion
env['EXPAND_THIS'] = expand_this_generator
env['ENV']['EXPANDED_SHELL_VAR'] = "$EXPAND_THIS"