c8fadd dracut-module-setup.sh: use "*" to expend array as string

Authored and Committed by liutgnu 2 years ago
    dracut-module-setup.sh: use "*" to expend array as string
    
    upstream: fedora
    resolves: bz2003832
    conflict: none
    
    commit da3ad9cbdaa332ed9384799e4b3198b9e55c5cd3
    Author: Kairui Song <kasong@redhat.com>
    Date:   Wed Aug 4 15:47:43 2021 +0800
    
        dracut-module-setup.sh: use "*" to expend array as string
    
        As suggested by:
        https://github.com/koalaman/shellcheck/wiki/SC2199
        The array is not quoted here but implicitly concatenate still happens,
        could be harmless but shellcheck complains about it so fix it.
    
        Signed-off-by: Kairui Song <kasong@redhat.com>
        Acked-by: Philipp Rudo <prudo@redhat.com>
    
    Signed-off-by: Tao Liu <ltao@redhat.com>
    
        
file modified
+1 -1