Skip to content

Commit dca15fb

Browse files
committed
disable git buildscripts
1 parent 7489d47 commit dca15fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-devkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# devkitPPC release 29-1
55
#---------------------------------------------------------------------------------
66

7-
if [ 0 -eq 1 ] ; then
7+
if [ 1 -eq 1 ] ; then
88
echo "Currently in release cycle, proceed with caution, do not report problems, do not ask for support."
99
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
1010
echo "http://sourceforge.net/projects/devkitpro/files/buildscripts/"

0 commit comments

Comments
 (0)