forked from lix-project/lix
* Write messages to stderr, not stdout.
This commit is contained in:
parent
18c321308d
commit
9811815429
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue