summaryrefslogtreecommitdiff
path: root/g
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-12-06 18:31:26 +0100
committerJan Holesovsky <kendy@suse.cz>2010-12-06 18:32:17 +0100
commit86e5b4eff5e2eb240fbcfa8d9c20699690dbe2d6 (patch)
tree8606d14ad96f1f9062ec82fef1cc4ecfaa1da477 /g
parent56fc453fc2ccbd04656eec6416d11905765765d7 (diff)
g: Give full path to the repo-list file.
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