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..."
|
log "Checking if local profile code exists at ~/.local_profile..."
|
||||||
if [ -f ~/.local_profile ]; then
|
if [ -f ~/.local_profile ]; then
|
||||||
log "Exists, loading."
|
log "Exists, loading."
|
||||||
source ~/.local_profile
|
# shellcheck source=/dev/null
|
||||||
|
. ~/.local_profile
|
||||||
else
|
else
|
||||||
log "Does not exist, skipping."
|
log "Does not exist, skipping."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue