From ee09790f6d1e1d5381d9ec65c1cb08872daac64f Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Mon, 8 Aug 2011 22:53:49 -0500 Subject: Correcting path to VERSION file. --- functions/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/common.sh b/functions/common.sh index 327020abc..2d679ad48 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="live-build" -VERSION="$(cat ${LB_BASE}VERSION)" +VERSION="$(cat ${LB_BASE}/VERSION)" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/scripts:${PATH}" -- cgit v1.2.3