diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh index 764aa2c2f1..9b9858b882 100755 --- a/dist-scripts/dist-cores.sh +++ b/dist-scripts/dist-cores.sh @@ -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