Merge "Store DIB_* only env variables"
This commit is contained in:
commit
39b5e5f71c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue