Merge "Store DIB_* only env variables"
This commit is contained in:
commit
39b5e5f71c
@ -23,7 +23,7 @@ export LANG=C
|
|||||||
|
|
||||||
# Store our initial environment and command line args for later
|
# Store our initial environment and command line args for later
|
||||||
export DIB_ARGS="$@"
|
export DIB_ARGS="$@"
|
||||||
export DIB_ENV=$(export)
|
export DIB_ENV=$(export | grep ' DIB_.*=')
|
||||||
|
|
||||||
SCRIPTNAME=$(basename $0)
|
SCRIPTNAME=$(basename $0)
|
||||||
SCRIPT_HOME=$(dirname $0)
|
SCRIPT_HOME=$(dirname $0)
|
||||||
|
Loading…
Reference in New Issue
Block a user