fix load function, does not depend on execution flag
This commit is contained in:
parent
6eb46c9ff7
commit
7f2a3f3fcc
@ -13,7 +13,7 @@ _loaded() {
|
|||||||
|
|
||||||
load() {
|
load() {
|
||||||
local _e=$1
|
local _e=$1
|
||||||
[[ -x $_e ]] && \
|
[[ -f $_e ]] && \
|
||||||
. $_e
|
. $_e
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user