minor style improvements
This commit is contained in:
parent
1758ab6947
commit
82743c6f67
9
etools
9
etools
@ -4,7 +4,7 @@
|
||||
|
||||
# NOTE: parse config, gets run when sourced
|
||||
function etools_configure() {
|
||||
ETOOLS_DIR=$(dirname "${BASH_SOURCE[0]}")
|
||||
ETOOLS_DIR="$PWD/$(dirname "${BASH_SOURCE[0]}")"
|
||||
. "$ETOOLS_DIR"/config.sh
|
||||
_configure
|
||||
"$ETOOLS_DIR"/config.sh
|
||||
@ -123,6 +123,10 @@ function etools_unset() {
|
||||
ETOOLS_COLOR_ERROR \
|
||||
ETOOLS_GREP_CMD \
|
||||
ETOOLS_DEBUG \
|
||||
ETOOLS_CHECK_LIVE \
|
||||
ETOOLS_CHECK_TESTING \
|
||||
package_weights \
|
||||
package_offset \
|
||||
etools_configure \
|
||||
etools_smart_find \
|
||||
etools_get_version \
|
||||
@ -133,9 +137,10 @@ function etools_unset() {
|
||||
eerror;
|
||||
do
|
||||
unset $variable
|
||||
done
|
||||
"$ETOOLS_DIR"/helper.sh
|
||||
"$ETOOLS_DIR"/config.sh
|
||||
done
|
||||
unset ETOOLS_DIR
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user