From 8692e2498978197bd59f9afa52b4ff51de1efe23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Tue, 7 Jul 2015 22:17:33 +0200 Subject: [PATCH] Add variant used in the error message displayed --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4b3f50d..56163ea 100755 --- a/build.sh +++ b/build.sh @@ -64,7 +64,7 @@ failure() { # Cleanup update-kali-menu that might stay around so that the # build chroot can be properly unmounted $SUDO pkill -f update-kali-menu || true - echo "Build of $KALI_DIST/$KALI_ARCH live image failed (see build.log for details)" >&2 + echo "Build of $KALI_DIST/$KALI_VARIANT/$KALI_ARCH live image failed (see build.log for details)" >&2 exit 2 }