We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e51fff commit e44d3ceCopy full SHA for e44d3ce
1 file changed
bash/.profile
@@ -12,7 +12,7 @@ __main() {
12
13
__main_sh_path="$HOME/.sh_path"
14
# In POSIX sh, 'source' in place of '.' is undefined: SC3046
15
- # shellcheck disable=SC1091
+ # shellcheck disable=SC1090
16
[ -r "$__main_sh_path" ] && . "$__main_sh_path"
17
18
#-----------------------------------------------------------------------------
0 commit comments