Minor build fixes, again.

This commit is contained in:
Laurence Withers 2006-07-24 15:29:44 +01:00
commit ff8f53193c
2 changed files with 4 additions and 1 deletions

View file

@ -13,6 +13,7 @@
# Get the directory of the repository (needed to include functions file)
cd "$(dirname $0)"
REPOS=$(dirname "$(pwd)")
[ -z "${VERBOSE}" ] && VERBOSE=0
source "${REPOS}/scripts/functions.sh" || exit 1