Debian(squeeze)でエラー

ERROR:  Openembedded's config sanity checker detected a potential misconfiguration.
        Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
        Following is the list of potential problems / advisories:

        Using dash as /bin/sh causes various subtle build problems, please use bash instead.

ナンノコッチャと思ってたらhttp://wiki.openembedded.org/index.php/OEandYourDistroの(Debianではなく)Ubuntuにこんな記載が。

Check that /bin/sh (ls -l /bin/sh) is not symbolically linked to dash. "dash" is a POSIX compliant shell that is much smaller than "bash" -- however some broken shell scripts still make use of bash extensions while calling into /bin/sh. To work around this issue call "sudo dpkg-reconfigure dash" and select No when it asks you to install dash as /bin/sh.

んーと、/bin/shを要求しているがその実bash拡張機能を使っているマナー違反なスクリプトがいるから/bin/shはdashじゃなくてbashにしやがれ、ということ?なんだかなぁ。