diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-12-06 18:31:26 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-12-06 18:32:17 +0100 |
commit | 86e5b4eff5e2eb240fbcfa8d9c20699690dbe2d6 (patch) | |
tree | 8606d14ad96f1f9062ec82fef1cc4ecfaa1da477 /g | |
parent | 56fc453fc2ccbd04656eec6416d11905765765d7 (diff) |
g: Give full path to the repo-list file.
Diffstat (limited to 'g')
-rwxr-xr-x | g | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |