Skip to content

Commit 6d059b9

Browse files
committed
special var that denotes the current namespace dir
1 parent cc75251 commit 6d059b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/core.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ import_all_namespaces() {
199199
#
200200
load_scripts() {
201201
if [[ -d "$1" ]]; then
202+
DIRNAME=$1
202203
for script in $1/*.sh; do
203204
. "$script"
204205
done

0 commit comments

Comments
 (0)