Minor fixes to module rename script.

This commit is contained in:
Laurence Withers 2006-07-24 14:57:46 +01:00
parent 0bedef0ca3
commit 6390b1b552
1 changed files with 4 additions and 3 deletions

View File

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