Skip to content

Commit

Permalink
Show full path
Browse files Browse the repository at this point in the history
  • Loading branch information
eval committed Dec 28, 2021
1 parent af4363e commit 812b46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib.sh
Expand Up @@ -346,7 +346,7 @@ source_env() {
pushd "$(pwd 2>/dev/null)" >/dev/null || return 1
pushd "$rcpath_dir" >/dev/null || return 1
if [[ -f ./$rcpath_base ]]; then
log_status "loading $rcfile"
log_status "loading $(expand_path "$rcpath")"
# shellcheck disable=SC1090
. "./$rcpath_base"
else
Expand Down

0 comments on commit 812b46f

Please sign in to comment.