diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-08 11:28:15 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-08 11:28:15 -0400 |
commit | 68e05b4f7a45f58531b26ffa8bfab59b65439cb4 (patch) | |
tree | ea0baa8fa5fd92fa50d2d858d2def2ae44854c71 /src/lib | |
parent | 1ae1fee328147c503164d88a3d42f48bfee33b23 (diff) |
lib/conf.sh: hopefully this will fix alfplayer's problem w/ /dev/stderrtesting-20130508
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/conf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/conf.sh b/src/lib/conf.sh index 43a30af..f89788e 100644 --- a/src/lib/conf.sh +++ b/src/lib/conf.sh @@ -53,8 +53,8 @@ check_vars() { echo "Configure '$VAR' in $(get_files $slug)" fi ret=1 - fi >>/dev/stderr - done + fi + done >&2 if [[ $ret != 0 ]]; then return 1 fi |