From 1e49f819cd3e7032f6e61137ec85e976d6a37e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Mon, 24 Dec 2012 11:02:07 -0500 Subject: [PATCH] Fail sooner when symlink is missing --- auto/config | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/config b/auto/config index bb882ed..54d0c3c 100755 --- a/auto/config +++ b/auto/config @@ -7,6 +7,7 @@ if [ ! -e /usr/share/live/build/data/debian-cd/kali ]; then echo "ERROR: Run this first" echo "ln -sf wheezy /usr/share/live/build/data/debian-cd/kali" + exit 1 fi lb config noauto \