some isoinfo versions apparently space out less… (SCNR)
authorThorsten Glaser <tg@mirbsd.org>
Wed, 1 Dec 2010 21:13:30 +0000 (21:13 +0000)
committerMichael Prokop <mika@grml.org>
Wed, 1 Dec 2010 21:16:31 +0000 (22:16 +0100)
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
grml-live

index 692fffb..6fe6ef4 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -1090,7 +1090,7 @@ else
       else
          # isoinfo is part of both mkisofs and genisoimage so we're good
          bootoff=$(isoinfo -l -i "${ISO_OUTPUT}/${ISO_NAME}" | \
-           sed -n '/^.*\[ *\([0-9]*\)[] ].*  ISOLINUX.BIN;1 *$/s//\1/p')
+           sed -n '/^.*\[ *\([0-9]*\)[] ].* ISOLINUX.BIN;1 *$/s//\1/p')
          if ! [ -r boot/grub/core.img ] ; then
            ewarn "boot/grub/core.img not found, not creating manifold boot ISO file"
          elif [ "${bootoff:-0}" -lt 1 ] ; then