tools/livecd-iso-to-disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e16358cabadefde0b476d944ecb9a2f8dca89b79 Author: Bruno Wolff III <[email protected]> Date: Fri Nov 12 12:05:19 2010 -0600 Typo. Need space before ]. diff --git a/tools/livecd-iso-to-disk.sh b/tools/livecd-iso-to-disk.sh index 2303209..8d40f69 100755 --- a/tools/livecd-iso-to-disk.sh +++ b/tools/livecd-iso-to-disk.sh @@ -258,7 +258,7 @@ checkFilesystem() { USBFS=$(/sbin/blkid -s TYPE -o value $dev) if [ "$USBFS" != "vfat" ] && [ "$USBFS" != "msdos" ]; then - if [ "$USBFS" != "ext2" ] && [ "$USBFS" != "ext3" ] && [ "$USBFS" != "ext4" ] && [ "$USBFS" != "btrfs"]; then + if [ "$USBFS" != "ext2" ] && [ "$USBFS" != "ext3" ] && [ "$USBFS" != "ext4" ] && [ "$USBFS" != "btrfs" ]; then echo "USB filesystem must be vfat, ext[234] or btrfs" exitclean fi -- livecd mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/livecd
