From d2e2f8ecf6d507b044f94e6482dc5c2901c5d981 Mon Sep 17 00:00:00 2001 From: xonotic Date: Thu, 18 Mar 2010 15:21:01 +0100 Subject: [PATCH] fix the .git detection --- all-pull.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/all-pull.sh b/all-pull.sh index 0df6902c..aa6c43b0 100755 --- a/all-pull.sh +++ b/all-pull.sh @@ -2,7 +2,7 @@ set -ex git pull -for x in "`pwd`/data"/*.pk3dir; do - cd "$x" +for x in "`pwd`/data"/*.pk3dir/.git; do + cd "${x%/.git}" git pull done -- 2.39.2