Skip to content

Commit e44d3ce

Browse files
committed
shellcheck
1 parent 3e51fff commit e44d3ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 disable=SC1091
15+
# shellcheck disable=SC1090
1616
[ -r "$__main_sh_path" ] && . "$__main_sh_path"
1717

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

0 commit comments

Comments
 (0)