]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
populate-extfs.sh: fix to handle special file names correctly ChenQi/dora-populate-extfs
authorChen Qi <Qi.Chen@windriver.com>
Fri, 4 Jul 2014 08:50:04 +0000 (16:50 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Tue, 8 Jul 2014 10:36:54 +0000 (18:36 +0800)
commit0464141ef5a06bfbcdb797c5a0b1b58dbd1775fd
treea9f7b79ab451957ab9dda38c8e32ef7aadd50fbc
parent330c3085317a0b0981163ff5c41c54596e0d127d
populate-extfs.sh: fix to handle special file names correctly

`debugfs' treats spaces and "" specially. So when we are dealing with
file names, great care should be taken to make sure that `debugfs'
recognizes file names correctly.

The basic solution here is:
1. Use quotation marks to handle spaces correctly.
2. Replace "xxx" with ""xxx"" so that debugfs knows that the quotation
   marks are parts of the file name.

[YOCTO #6503]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh