Merge "Correctly create DIB_ENV variable and dib_environment file"

This commit is contained in:
Zuul 2022-03-04 15:55:40 +00:00 committed by Gerrit Code Review
commit e78159cd44

View File

@ -26,7 +26,7 @@ export LC_ALL=C
# Store our initial environment and command line args for later
export DIB_ARGS="$@"
export DIB_ENV=$(export | grep ' DIB_.*=')
export DIB_ENV=$(declare -p $(compgen -v | grep '^DIB_'))
SCRIPTNAME=$(basename $0)