From 6e49238626d0cd991afc08325e7a0b9dd97654aa Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 10 Sep 2013 15:52:32 +0200 Subject: [PATCH] scripts/generate_netboot_package.sh: add closing brace to error message --- scripts/generate_netboot_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_netboot_package.sh b/scripts/generate_netboot_package.sh index e788de3..ab9134f 100755 --- a/scripts/generate_netboot_package.sh +++ b/scripts/generate_netboot_package.sh @@ -22,7 +22,7 @@ fi GRML_VERSION="$(awk '{print $1"_"$2}' ${CHROOT}/etc/grml_version)" if ! [ -r "${CHROOT}/usr/lib/syslinux/pxelinux.0" ] ; then - echo "Error: /usr/lib/syslinux/pxelinux.0 not found. Please install syslinux[-common." >&2 + echo "Error: /usr/lib/syslinux/pxelinux.0 not found. Please install syslinux[-common]." >&2 exit 1 fi -- 2.1.4