diff options
author | Paul Smith <psmith@gnu.org> | 2005-07-12 04:35:13 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-07-12 04:35:13 +0000 |
commit | 1e9dc3ce45ac44ea51292ca964b52ce47fee3ad3 (patch) | |
tree | 8bec287893a5b2fb441be612fbac4d64b8d8c8b2 /tests/scripts/options/dash-e | |
parent | 0e30f46a624803455dcc74acf9a333666467d253 (diff) | |
download | gunmake-1e9dc3ce45ac44ea51292ca964b52ce47fee3ad3.tar.gz |
Various minor updates and code cleanups.
Diffstat (limited to 'tests/scripts/options/dash-e')
-rw-r--r-- | tests/scripts/options/dash-e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/options/dash-e b/tests/scripts/options/dash-e index 472270d..17c3fc8 100644 --- a/tests/scripts/options/dash-e +++ b/tests/scripts/options/dash-e @@ -4,7 +4,7 @@ $description = "The following test creates a makefile to ..."; $details = ""; -$ENV{GOOGLE} = 'boggle'; +$extraENV{GOOGLE} = 'boggle'; open(MAKEFILE,"> $makefile"); |