summaryrefslogtreecommitdiff
path: root/scripts/build/lb_chroot_hooks
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-08-27 15:52:29 +0200
committerDaniel Baumann <daniel@debian.org>2012-08-27 16:05:48 +0200
commitd6e45a34376c9c80d1488ad4f3c9c1f85bedb338 (patch)
tree204156d87b5ae6dcd21dad8797db34c6a585f102 /scripts/build/lb_chroot_hooks
parentde27a82a67ee51ce93448bcdee8ea54b3aa2f0b6 (diff)
downloadvyos-live-build-d6e45a34376c9c80d1488ad4f3c9c1f85bedb338.tar.gz
vyos-live-build-d6e45a34376c9c80d1488ad4f3c9c1f85bedb338.zip
Making build.sh sourcing more robust (Closes: #684896).
Diffstat (limited to 'scripts/build/lb_chroot_hooks')
-rwxr-xr-xscripts/build/lb_chroot_hooks2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot_hooks b/scripts/build/lb_chroot_hooks
index e8a03d0f6..b81e3cb24 100755
--- a/scripts/build/lb_chroot_hooks
+++ b/scripts/build/lb_chroot_hooks
@@ -11,7 +11,7 @@
set -e
# Including common functions
-. "${LIVE_BUILD}/scripts/build.sh" > /dev/null 2>&1 || . /usr/lib/live/build.sh
+[ -e "${LIVE_BUILD}/scripts/build.sh" ] && . "${LIVE_BUILD}/scripts/build.sh" || . /usr/lib/live/build.sh
# Setting static variables
DESCRIPTION="$(Echo 'execute hooks in chroot')"