[OE-core] [PATCH 5/7] mkdebugfs.sh: several fixes

Trevor Woerner twoerner at gmail.com
Tue Feb 26 17:43:26 UTC 2013


On Tue, Feb 26, 2013 at 4:24 AM, Robert Yang <liezhi.yang at windriver.com> wrote:
> Fix mkdebugfs.sh:
>
>          *)
>              echo "Unknown file $FILE" 1>&2
>              ;;
>          esac

I know this doesn't come from your work, but since you're making
changes, I think it would make for a better error message if the above
said something along the lines of:

    echo "Unknown/unhandled file type '$(stat -c "%F" $FILE)' file:$FILE"




More information about the Openembedded-core mailing list