Get rid of shellcheck warning.

master
Icedream 2018-07-06 09:24:04 +02:00
parent 04285a5a39
commit d9a0208b14
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 1 deletions

View File

@ -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