The source project of this merge request has been removed.
lsinitcpio: fix explicit module markings
Restore accidentally lost [explicit]
markings in lsinitcpio -a
output
for modules that were added because the MODULES
array in
mkinitcpio.conf
.
Since MODULES
in /config
is a sting not an array, it needs to be
converted to an array before it can be used as such.
Fixes: 982905e1 ("Improve bash syntax in mkinitcpio, lsinitcpio and functions")