mirror of https://github.com/PCSX2/pcsx2.git
Quick fix to r455 before I go to bed.
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@456 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
93a4efc619
commit
ef5d9a291d
|
@ -22,6 +22,7 @@ echo "Checking plugins out from official Pcsx2 svn..."
|
|||
mkdir "temp"
|
||||
|
||||
if [ -d "temp" ]
|
||||
then
|
||||
cd "temp"
|
||||
svn checkout http://pcsx2.googlecode.com/svn/trunk/plugins ./
|
||||
|
||||
|
|
Loading…
Reference in New Issue