aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--submodules/command_hash.zsh2
-rw-r--r--submodules/inline_search_posts.zsh2
-rw-r--r--units/ib_token.zsh2
3 files changed, 3 insertions, 3 deletions
diff --git a/submodules/command_hash.zsh b/submodules/command_hash.zsh
index 8d38b44..17633ae 100644
--- a/submodules/command_hash.zsh
+++ b/submodules/command_hash.zsh
@@ -28,7 +28,7 @@ done
for ib_board in ${board_table[@]}
do
- . "${units}/ib_hash.sh" &
+ . "${units}/ib_hash.zsh" &
if [[ -z "${threaded_hash}" ]]
then
diff --git a/submodules/inline_search_posts.zsh b/submodules/inline_search_posts.zsh
index 1d6f5c0..a0bfdca 100644
--- a/submodules/inline_search_posts.zsh
+++ b/submodules/inline_search_posts.zsh
@@ -129,5 +129,5 @@ fi
if [[ "${caching_mode}" = "advanced" ]]
then
ib_hash="$(printf "%s%s%s" "${user_id}" "${ib_board}" "${ib_id}" | enhash)"
- . "${units}/ib_cache.sh" &
+ . "${units}/ib_cache.zsh" &
fi
diff --git a/units/ib_token.zsh b/units/ib_token.zsh
index e5d3c14..b503bcc 100644
--- a/units/ib_token.zsh
+++ b/units/ib_token.zsh
@@ -21,7 +21,7 @@ then
then
if [[ -n "${ib_lock}" ]]
then
- . "${units}/ib_lock.sh" &
+ . "${units}/ib_lock.zsh" &
output_title="Refreshing access token..."
output_text="Try again in a few seconds"