kumquat-buildroot/fs
Andrey Smirnov 3f9476df07 fs: add missing $$(sep) to pre- and post-command hooks code
When multiple hooks are registred, both pre-a and post-command hooks'
foreach loops need to have a separator at the end in order for the
code to work as intended. Without the separator all hooks end up as a
one single line command thus making all but the first hook into
no-ops.

Fixes: 4628b6f3b4 ("fs: add pre- and post-command hooks")
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2017-11-05 17:52:27 +01:00
..
axfs
cloop
cpio
cramfs
ext2
initramfs
iso9660 fs/iso9660: remove support for grub 2017-09-23 20:23:12 +02:00
jffs2
romfs
squashfs fs/squashfs: honour the number of parallel jobs 2017-08-09 23:57:35 +02:00
tar
ubifs
yaffs2
common.mk fs: add missing $$(sep) to pre- and post-command hooks code 2017-11-05 17:52:27 +01:00
Config.in