fix
This commit is contained in:
parent
8c5b43a4e8
commit
9b5d0de840
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ main_source_directory() {
|
|||
main_source_file() {
|
||||
local path="${1}"
|
||||
if [ -f "${path}" ]; then
|
||||
main_import_directory "$(dirname "${path}")"
|
||||
main_source_directory "$(dirname "${path}")"
|
||||
else
|
||||
echo "Not a file: ${path}"
|
||||
return 1
|
||||
|
|
Loading…
Reference in a new issue