main
This commit is contained in:
parent
d048757efe
commit
b9158be284
1 changed files with 2 additions and 2 deletions
|
@ -124,11 +124,11 @@ sh_help() {
|
|||
"u__… = user"
|
||||
}
|
||||
|
||||
_sh_main() {
|
||||
sh_main() {
|
||||
main_source_file "${ENV}"
|
||||
main_source_directory "${SH_USER}"
|
||||
sh_source_check "$(dirname "${ENV}")"
|
||||
sh_help
|
||||
}
|
||||
|
||||
_sh_main
|
||||
sh_main
|
||||
|
|
Loading…
Reference in a new issue