Revert "Minor fixes to module rename script."

This reverts 6390b1b552 commit.
This commit is contained in:
Laurence Withers 2006-07-24 15:00:39 +01:00
parent 6390b1b552
commit 64fc9b64e7
1 changed files with 3 additions and 4 deletions

View File

@ -11,10 +11,9 @@
# 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)"
cd $(dirname $(pwd)) REPOS=$(dirname "$(pwd)")
[ -z "${VERBOSE}" ] && VERBOSE="0" source "${REPOS}/scripts/functions.sh" || exit 1
source "scripts/functions.sh" || exit 1