From 17a5260abb89c71fd9cbae8378fef7a0ffdad3f2 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Mon, 15 Aug 2011 01:32:30 +0200 Subject: [PATCH] Fix build --- build-scripts/build_branches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/build_branches.sh b/build-scripts/build_branches.sh index 6e3b46a382..368eca4a80 100755 --- a/build-scripts/build_branches.sh +++ b/build-scripts/build_branches.sh @@ -16,7 +16,7 @@ rm -r "$LATESTS_DIR" mkdir "$LATESTS_DIR" cd "${GIT_DIR}" -git branch -r | while read i +git branch -r | grep origin | while read i do cd "${GIT_DIR}" ch=$(expr index "$i" ">")