Skip to content

Commit 3e51fff

Browse files
committed
shellcheck
1 parent 7601551 commit 3e51fff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bash/.bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ __main() {
3939
#-----------------------------------------------------------------------------
4040

4141
update_path() {
42-
# shellcheck source=.sh_path
42+
# shellcheck disable=SC1091
4343
source "$HOME/.sh_path"
4444
}
4545

bash/.profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ __main() {
1212

1313
__main_sh_path="$HOME/.sh_path"
1414
# In POSIX sh, 'source' in place of '.' is undefined: SC3046
15-
# shellcheck source=.sh_path
15+
# shellcheck disable=SC1091
1616
[ -r "$__main_sh_path" ] && . "$__main_sh_path"
1717

1818
#-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)