Added a new file, sh.env, to the output directory, which lists the

shell environment variables.
This commit is contained in:
kolev 2007-11-28 22:24:35 +00:00
parent 54a293974b
commit afa1afb4c0

View File

@ -64,3 +64,6 @@ fi
# Save config.log and Makefile.config
cp config.log config/Makefile.config $output_dir
# Save the environment variables
set > $output_dir/sh.env