]> code.ossystems Code Review - openembedded-core.git/commit
sanity.bbclass: quote path passed to stat in get_filesystem_id()
authorAndre McCurdy <armccurdy@gmail.com>
Sat, 24 Mar 2018 04:55:13 +0000 (21:55 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Mar 2018 10:56:06 +0000 (11:56 +0100)
commit1a9878cdb1cdb807c47e852b780c8ef9b93a214e
tree532c2e57b5d431fcc797ebcc4632df2f0edd5765
parent1c8887ec629516333cbe3736bc0f9d24fb08dffe
sanity.bbclass: quote path passed to stat in get_filesystem_id()

Although get_filesystem_id() is a private API and never gets passed
a path containing spaces or other special characters, etc, quote the
path anyway for consistency.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/sanity.bbclass