summaryrefslogtreecommitdiff
path: root/g
diff options
context:
space:
mode:
Diffstat (limited to 'g')
-rwxr-xr-xg2
1 files changed, 1 insertions, 1 deletions
diff --git a/g b/g
index dba698b3e9b7..2f6fcd444ec7 100755
--- a/g
+++ b/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