Skip to content

Commit

Permalink
chore: change source of logging script to . to align with POSIX.
Browse files Browse the repository at this point in the history
  • Loading branch information
pac-rirl committed Aug 15, 2024
1 parent 152387b commit 4b72b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SELF_PID=$$
# pac-rirl: source the separated and revised logging script
# shellcheck disable=SC3046
# shellcheck disable=SC1091
source "inline-logging.sh"
. "inline-logging.sh"

# ================
# FUNCTIONS
Expand Down

0 comments on commit 4b72b32

Please sign in to comment.