mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix dist-cores.sh
This commit is contained in:
parent
a0486c3cd7
commit
3a552e08ff
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ elif [ $PLATFORM = "ode-ps3" ] ; then
|
|||
$GENPS3ISO_PATH ../pkg/${platform}_iso ../pkg/${platform}/RetroArch.PS3.ODE.PS3.iso
|
||||
fi
|
||||
|
||||
if [ ! -z $linking_error ];
|
||||
if [ ! -z $linking_error ]; then
|
||||
echo error
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue