Get rid of shellcheck warning.
parent
04285a5a39
commit
d9a0208b14
|
@ -254,7 +254,8 @@ if [ $PROFILE_CUSTOM -gt 0 ]; then
|
|||
log "Checking if local profile code exists at ~/.local_profile..."
|
||||
if [ -f ~/.local_profile ]; then
|
||||
log "Exists, loading."
|
||||
source ~/.local_profile
|
||||
# shellcheck source=/dev/null
|
||||
. ~/.local_profile
|
||||
else
|
||||
log "Does not exist, skipping."
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue