* Write messages to stderr, not stdout.

This commit is contained in:
Eelco Dolstra 2006-03-10 09:41:28 +00:00
parent 18c321308d
commit 9811815429
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ if test -n "$HOME"; then
NIX_LINK="$HOME/.nix-profile"
if ! test -L "$NIX_LINK"; then
echo "creating $NIX_LINK"
echo "creating $NIX_LINK" >&2
_NIX_DEF_LINK=@localstatedir@/nix/profiles/default
@coreutils@/ln -s "$_NIX_DEF_LINK" "$NIX_LINK"
fi