1
0
Fork 0

Fix svn branch path

Esse commit está contido em:
Andrius Štikonas 2008-09-30 16:42:00 +03:00
commit 241cf2774a
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -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