Date: Monday, September 11, 2017 @ 23:49:07
  Author: anatolik
Revision: 305365

Fix formatting

Modified:
  syslinux/trunk/syslinux-install_update

-------------------------+
 syslinux-install_update |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: syslinux-install_update
===================================================================
--- syslinux-install_update     2017-09-11 21:03:32 UTC (rev 305364)
+++ syslinux-install_update     2017-09-11 23:49:07 UTC (rev 305365)
@@ -207,7 +207,7 @@
     if [[ $bootfs = ext4 && -n "$(tune2fs -l $bootpart | grep 64bit)" ]]; then
         echo "64 bit option on EXT filesystem is not supported by Syslinux, 
see http://www.syslinux.org/wiki/index.php?title=Filesystem#ext";;
         exit 1
-fi
+    fi
 }
 
 # We store the partition table type either gpt or mbr in var ptb

Reply via email to