The file contains this comment: "use 1>&2 to hide output" If stderr does not point to /dev/null this comment should rewritten as : "use 1>/dev/null 2>&1 to hide output", isn't it ?
thanks, touched up comments in svn