g: Give full path to the repo-list file.

This commit is contained in:
Jan Holesovsky 2010-12-06 18:31:26 +01:00
parent 56fc453fc2
commit 86e5b4eff5

2
g
View file

@ -129,7 +129,7 @@ done
# do it!
DIRS="bootstrap $(cd $CLONEDIR ; ls)"
if [ "$COMMAND" = "clone" ] ; then
DIRS=$(cat bin/repo-list)
DIRS=$(cat "$RAWBUILDDIR/bin/repo-list")
# update hooks in the main repo too
( cd "$RAWBUILDDIR" ; update_hooks "../../git-hooks" )
fi