g: Give full path to the repo-list file.
This commit is contained in:
parent
56fc453fc2
commit
86e5b4eff5
1 changed files with 1 additions and 1 deletions
2
g
2
g
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue