Adjust fetch.sh to always grab the same revision. Needed for future changes.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@696 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
arcum42 2009-02-04 21:16:46 +00:00 committed by Gregory Hainaut
parent 9008bca666
commit 031f10b29a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ mkdir "temp"
if [ -d "temp" ]
then
cd "temp"
svn checkout http://pcsx2.googlecode.com/svn/trunk/plugins ./
svn checkout http://pcsx2.googlecode.com/svn/trunk/plugins ./ -r 405
echo "Copying..."
for i in $PLUGINDIRS; do