Fix svn branch path

This commit is contained in:
Andrius Štikonas 2008-09-30 16:42:00 +03:00
rodzic 90650c7e1c
commit 241cf2774a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -91,7 +91,7 @@ for BRANCH in $BRANCHES; do
else
SVN="$SVN checkout"
fi
$SVN "$REPO/$BRANCH/po" $BRANCH
$SVN "$REPO/branches/$BRANCH/po" $BRANCH
fi
tput sgr0
if [ ! -e "$PREFIX-$BRANCH" ]; then