minor: doc

This commit is contained in:
Daniel Hahler 2015-04-23 15:11:05 +02:00
parent 5cf1e01b28
commit fe3d479b08
1 changed files with 1 additions and 2 deletions

View File

@ -235,8 +235,7 @@ _autoenv_source() {
# ${env_file:h}.
fi
# Change to directory of env file, source it and cd back.
local new_dir=$PWD
# Source the env file.
_autoenv_debug "== SOURCE: ${bold_color:-}$env_file${reset_color:-}\n PWD: $PWD"
: $(( _autoenv_debug_indent++ ))
source $env_file