From 3a552e08ff2fa497c9a035fb8317aa08c8625f4f Mon Sep 17 00:00:00 2001 From: twinaphex <libretro@gmail.com> Date: Tue, 12 Nov 2019 14:54:21 +0100 Subject: [PATCH] Fix dist-cores.sh --- dist-scripts/dist-cores.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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