initramfs: Escape colons in depfile
authorMichal Marek <mmarek@suse.com>
Fri, 23 Sep 2016 07:56:05 +0000 (09:56 +0200)
committerMichal Marek <mmarek@suse.com>
Fri, 23 Sep 2016 08:35:32 +0000 (10:35 +0200)
Special characters are problematic in depfiles, but we can fix colons
easily.

Reported-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/gen_initramfs_list.sh

index 17fa901..0055b07 100755 (executable)
@@ -97,7 +97,10 @@ print_mtime() {
 }
 
 list_parse() {
-       [ ! -L "$1" ] && echo "$1 \\" || :
+       if [ -L "$1" ]; then
+               return
+       fi
+       echo "$1" | sed 's/:/\\:/g; s/$/ \\/'
 }
 
 # for each file print a line in following format