correct assignment for additional external commands

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=70
This commit is contained in:
Olaf Hering 2012-09-04 06:02:36 +00:00 committed by Git OBS Bridge
parent da8b6e8325
commit fd887b9073

View File

@ -382,7 +382,8 @@ test -n "$ext_cmds"
# guestfs may call mkfs, but it cant tell in advance which filesystems
# it must support. Collect a manual list of possible filesystems so that
# the commands get included in the initrd.
for fs in \
ext_cmds="$ext_cmds
` for fs in \
ext2 \
ext3 \
ext4 \
@ -397,7 +398,8 @@ for fs in \
; do
echo mkfs.$fs
echo fsck.$fs
done >> ext_cmds.txt
done
` "
#
for cmd in ls $ext_cmds
do