Fix dist-cores.sh

This commit is contained in:
twinaphex 2019-11-12 14:54:21 +01:00
parent a0486c3cd7
commit 3a552e08ff

View File

@ -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