Added a new file, sh.env, to the output directory, which lists the
shell environment variables.
This commit is contained in:
parent
54a293974b
commit
afa1afb4c0
@ -64,3 +64,6 @@ fi
|
|||||||
|
|
||||||
# Save config.log and Makefile.config
|
# Save config.log and Makefile.config
|
||||||
cp config.log config/Makefile.config $output_dir
|
cp config.log config/Makefile.config $output_dir
|
||||||
|
|
||||||
|
# Save the environment variables
|
||||||
|
set > $output_dir/sh.env
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user