]> Sergey Matveev's repositories - zsh-autoenv.git/commit
Write _autoenv_check_authorized_env_file to stderr
authorDaniel Hahler <git@thequod.de>
Thu, 27 Aug 2015 18:50:52 +0000 (20:50 +0200)
committerDaniel Hahler <git@thequod.de>
Thu, 27 Aug 2015 18:50:52 +0000 (20:50 +0200)
commit90d3b535052d954d973de1e70190597c32f987f7
treee9d23c9a8883986d3536227e2870dc0ff8e9e9c8
parent9a2660f9395e9af253407226d6dcaf1c5a874dd7
Write _autoenv_check_authorized_env_file to stderr

stdout might be redirected, e.g. with "cd - >/dev/null", and this
message should appear in stderr probably anyway.

I've tried to add a test for this, by redirecting stdout in .zshenv, but
cram does not handle this well (and appears to redirect stderr to stdout
anyway).
autoenv.zsh