1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-03 09:49:58 +02:00

configure: Do not dump the whole environment to stdout

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-06-02 19:53:17 +02:00
parent 2a33972030
commit d5db4a7c23

1
configure vendored
View File

@ -3079,6 +3079,7 @@ for opt do
esac
done
[ "$env" != "" ] &&
for e in "$env"; do
eval "export $e"
done