From 014bd152d126a2147a4ab0cb06196bb0d9671b69 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 11 Jul 2011 14:06:45 +0000 Subject: [PATCH] disable warning for release buildscripts --- build-devkit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-devkit.sh b/build-devkit.sh index 4b0ccad..9064cb8 100644 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -6,7 +6,7 @@ # devkitPSP release 14 #--------------------------------------------------------------------------------- -if [ 1 -eq 1 ] ; then +if [ 0 -eq 1 ] ; then echo "Currently in release cycle, proceed with caution, do not report problems, do not ask for support." echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff." echo "http://sourceforge.net/projects/devkitpro/files/buildscripts/"