diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-12-27 14:43:27 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-12-27 14:43:27 +0300 |
| commit | 8fa25a02014197ca02bf2c4ba02ec18027de46e1 (patch) | |
| tree | 1b3ecbc003a9fa4ea4713848b879a5a807831514 /auth | |
| parent | 226c6d7590f1e9dfc24b82271af015e3549c8668 (diff) | |
*/*: Use source instead of dot
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'auth')
| -rw-r--r-- | auth/donmai.zsh | 4 | ||||
| -rw-r--r-- | auth/moebooru.zsh | 2 | ||||
| -rw-r--r-- | auth/sankakucomplex.zsh | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/auth/donmai.zsh b/auth/donmai.zsh index e957fd8..2f2e500 100644 --- a/auth/donmai.zsh +++ b/auth/donmai.zsh @@ -19,7 +19,7 @@ then output_text="Failed to access ${ib_name} API" log_text="ib_auth (${update_id}): ${output_text}" - . "${units}/log.zsh" + source "${units}/log.zsh" return 0 fi @@ -29,7 +29,7 @@ then output_text="An unknown error occurred" log_text="ib_auth (${update_id}): ${output_text}" - . "${units}/log.zsh" + source "${units}/log.zsh" return 0 fi diff --git a/auth/moebooru.zsh b/auth/moebooru.zsh index 1c3d573..f23f887 100644 --- a/auth/moebooru.zsh +++ b/auth/moebooru.zsh @@ -20,7 +20,7 @@ then output_text="Failed to access ${ib_name} API" log_text="ib_auth (${update_id}): ${output_text}" - . "${units}/log.zsh" + source "${units}/log.zsh" return 0 fi diff --git a/auth/sankakucomplex.zsh b/auth/sankakucomplex.zsh index 3eabc78..000b4ef 100644 --- a/auth/sankakucomplex.zsh +++ b/auth/sankakucomplex.zsh @@ -27,7 +27,7 @@ then output_text="Failed to access ${ib_name} API" log_text="ib_auth (${update_id}): ${output_text}" - . "${units}/log.zsh" + source "${units}/log.zsh" return 0 fi @@ -37,7 +37,7 @@ then output_text="An unknown error occurred" log_text="ib_auth (${update_id}): ${output_text}" - . "${units}/log.zsh" + source "${units}/log.zsh" return 0 fi |
