diff options
author | Daniel Moody <dmoody256@gmail.com> | 2022-05-11 02:17:58 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2022-05-11 02:17:58 (GMT) |
commit | f8458960e2d9cf190298f57643d4439e3ee882ad (patch) | |
tree | 2bae2fa15fb9dcf7089d0d4cc53a3e1d34483ecd /test/Actions | |
parent | e99fa0ca00f414a6c446090d2926747f931c73d5 (diff) | |
download | SCons-f8458960e2d9cf190298f57643d4439e3ee882ad.zip SCons-f8458960e2d9cf190298f57643d4439e3ee882ad.tar.gz SCons-f8458960e2d9cf190298f57643d4439e3ee882ad.tar.bz2 |
fix whitespace typo
Diffstat (limited to 'test/Actions')
-rw-r--r-- | test/Actions/subst_shell_env-fixture/SConstruct | 2 |
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 18a04bc..6e48add 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_GENERATOR '] = custom_environment_expansion +env['SHELL_ENV_GENERATOR'] = custom_environment_expansion env['EXPAND_THIS'] = expand_this_generator env['ENV']['EXPANDED_SHELL_VAR'] = "$EXPAND_THIS" |