From 86e5b4eff5e2eb240fbcfa8d9c20699690dbe2d6 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 6 Dec 2010 18:31:26 +0100 Subject: g: Give full path to the repo-list file. --- g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g') 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 -- cgit