From 5bb8680c27029b15c77c0c7fe1047a989d5020d4 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 14 May 2018 12:30:58 +0100 Subject: [PATCH] disable git scripts --- build-devkit.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-devkit.sh b/build-devkit.sh index 4909df4..e6b5474 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -5,12 +5,11 @@ # devkitA64 release 9 #--------------------------------------------------------------------------------- -if [ 0 -eq 1 ] ; then - echo "Currently in release cycle, proceed with caution, do not report problems, do not ask for support." +if [ "scripts" != "enabled" ] ; then echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff." echo "https://github.com/devkitPro/buildscripts/releases" echo - echo "The scripts in the git repository are quite often dependent on things which currently only exist" + echo "The scripts in the git repository may be dependent on things which currently only exist" echo "on developer machines. This is not a bug, use stable releases." exit 1 fi