Skip to content

Commit 5bb8680

Browse files
committed
disable git scripts
1 parent 2e9c460 commit 5bb8680

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build-devkit.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
# devkitA64 release 9
66
#---------------------------------------------------------------------------------
77

8-
if [ 0 -eq 1 ] ; then
9-
echo "Currently in release cycle, proceed with caution, do not report problems, do not ask for support."
8+
if [ "scripts" != "enabled" ] ; then
109
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
1110
echo "https://github.com/devkitPro/buildscripts/releases"
1211
echo
13-
echo "The scripts in the git repository are quite often dependent on things which currently only exist"
12+
echo "The scripts in the git repository may be dependent on things which currently only exist"
1413
echo "on developer machines. This is not a bug, use stable releases."
1514
exit 1
1615
fi

0 commit comments

Comments
 (0)