Merge "Store DIB_* only env variables"

This commit is contained in:
Jenkins 2013-12-02 15:10:39 +00:00 committed by Gerrit Code Review
commit 39b5e5f71c

View File

@ -23,7 +23,7 @@ export LANG=C
# Store our initial environment and command line args for later
export DIB_ARGS="$@"
export DIB_ENV=$(export)
export DIB_ENV=$(export | grep ' DIB_.*=')
SCRIPTNAME=$(basename $0)
SCRIPT_HOME=$(dirname $0)