Fix svn branch path

This commit is contained in:
Andrius Štikonas 2008-09-30 16:42:00 +03:00
부모 90650c7e1c
커밋 241cf2774a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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