From c45c99538dae4b2e3a2d50d21f4f7e0092bcf514 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 25 Aug 2011 13:16:19 +0200 Subject: [PATCH] Fix indention of memtest mv command --- grml-live | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/grml-live b/grml-live index d02bb57..e983f42 100755 --- a/grml-live +++ b/grml-live @@ -738,8 +738,9 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then for file in memdisk chain.c32 hdt.c32 menu.c32; do copy_addon_file "${file}" /usr/lib/syslinux addons done - # make memtest filename FAT16/8.3 compatible - mv "${BUILD_OUTPUT}/boot/addons/memtest86+.bin" \ + + # make memtest filename FAT16/8.3 compatible + mv "${BUILD_OUTPUT}/boot/addons/memtest86+.bin" \ "${BUILD_OUTPUT}/boot/addons/memtest" # copy only files so we can handle bsd4grml on its own -- 2.1.4