We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc75251 commit 6d059b9Copy full SHA for 6d059b9
1 file changed
scripts/core.sh
@@ -199,6 +199,7 @@ import_all_namespaces() {
199
#
200
load_scripts() {
201
if [[ -d "$1" ]]; then
202
+ DIRNAME=$1
203
for script in $1/*.sh; do
204
. "$script"
205
done
0 commit comments