Add some logging

master
0xee 2019-12-16 14:55:51 +01:00
parent 2b69fa6622
commit ba07678b31
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,7 @@ case $cmd in
if [[ -n $DIRENV_DIR ]]; then
# run self in clean environment (i.e. outside of the current direnv
# environment)
echo "Switching to clean environment"
exec direnv exec /proc "${BASH_SOURCE[0]}" "$@"
fi
echo "Re-creating cache"
@ -91,6 +92,7 @@ case $cmd in
dumpEnv > "${cacheFile}.pre"
source <(direnv stdlib)
if [[ .envrc -nt ${cacheFile}.recipe ]]; then
echo "Re-creating recipe"
direnv exec . true > /dev/null
fi
source "${cacheFile}.recipe"