From: Michael Prokop Date: Wed, 26 Mar 2014 17:13:33 +0000 (+0100) Subject: Fix syntax error in "${BUILD_OUTPUT}"/boot/grub/i386-pc/ creation X-Git-Tag: v0.23.2~7 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=6905754b7f5dee564896acb0102f4dbff066bb81 Fix syntax error in "${BUILD_OUTPUT}"/boot/grub/i386-pc/ creation --- diff --git a/grml-live b/grml-live index 1d3f9ed..b470d41 100755 --- a/grml-live +++ b/grml-live @@ -958,7 +958,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then echo "source /boot/grub/footer.cfg" >> "${BUILD_OUTPUT}"/boot/grub/loopback.cfg # copy grub files from target - mkdir -p ${BUILD_OUTPUT}"/boot/grub/i386-pc/ + mkdir -p "${BUILD_OUTPUT}"/boot/grub/i386-pc/ cp -a "${CHROOT_OUTPUT}"/usr/lib/grub/*-pc/*.mod "${BUILD_OUTPUT}"/boot/grub/i386-pc/ cp -a "${CHROOT_OUTPUT}"/usr/lib/grub/*-pc/*.o "${BUILD_OUTPUT}"/boot/grub/i386-pc/ cp -a "${CHROOT_OUTPUT}"/usr/lib/grub/*-pc/*.lst "${BUILD_OUTPUT}"/boot/grub/i386-pc/