myEnvFun: use stderr instead of stdout for messages

Close #6910.
This commit is contained in:
Utku Demir 2015-03-20 15:50:34 +02:00 committed by Vladimír Čunát
parent 47df54d618
commit 2ecf9aad4a

View File

@ -141,7 +141,7 @@ mkDerivation {
}
export PATH
echo $name loaded
echo $name loaded >&2
trap nix_cleanup EXIT
EOF