From 2b342ca33bf17a0a6e9f7a62873930a4c7e2515b Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Tue, 5 Jul 2016 23:57:53 +0200 Subject: [PATCH] Fixed typo --- tools/travis-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-script.sh b/tools/travis-script.sh index 5efb5f871..24718ff7d 100755 --- a/tools/travis-script.sh +++ b/tools/travis-script.sh @@ -42,7 +42,7 @@ if [ "$BUILD_TYPE" = "PSP" ]; then mkdir WTH mkdir WTH/Res mv bin/EBOOT.PBP WTH/ - mv ../thirdParty/exceptionHandler/prx/exception.prx WTH/ + mv ../thirdparty/exceptionHandler/prx/exception.prx WTH/ cp ../core.zip WTH/Res cd WTH/Res unzip core.zip