From 89f081909ae05766fbbf6c873536f4489b8adaaf Mon Sep 17 00:00:00 2001 From: Jesus Alvarez Date: Mon, 20 Jan 2014 12:48:34 -0800 Subject: [PATCH] Change script sourcing to abs path --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 03af58c..a23400a 100755 --- a/build.sh +++ b/build.sh @@ -14,8 +14,8 @@ CHROOT_TARGET="" SIGN="" CLEANUP=0 -source "lib.sh" -source "conf.sh" +source ./lib.sh +source ./conf.sh set -e