myEnvFun: use stderr instead of stdout for messages

Close #6910.
This commit is contained in:
Utku Demir
2015-03-22 18:24:35 +01:00
committed by Vladimír Čunát
parent 47df54d618
commit 2ecf9aad4a
+1 -1
View File
@@ -141,7 +141,7 @@ mkDerivation {
}
export PATH
echo $name loaded
echo $name loaded >&2
trap nix_cleanup EXIT
EOF