Skip to content

Commit

Permalink
Show full path
Browse files Browse the repository at this point in the history
  • Loading branch information
eval committed Apr 6, 2022
1 parent a446746 commit be583f9
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 $(user_rel_path "$(expand_path "$rcpath")")"
# shellcheck disable=SC1090
. "./$rcpath_base"
else
Expand Down

0 comments on commit be583f9

Please sign in to comment.