This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
andrius
/
wesnoth-l10n-tools
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix svn branch path
master
Andrius Štikonas
11 years ago
parent
90650c7e1c
commit
241cf2774a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
update.sh
+ 1
- 1
update.sh
View File
@@ -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
Write
Preview
Loading…
Cancel
Save