14 lines
419 B
Text
14 lines
419 B
Text
diff -ru production/checkConfigIIUs.sh production/checkConfigIIUs.sh
|
|
--- production/checkConfigIIUs.sh 0000-00-00 00:00:00.000000000 +0000
|
|
+++ production/checkConfigIIUs.sh 0000-00-00 00:00:00.000000000 +0000
|
|
@@ -39,8 +39,8 @@
|
|
|
|
declare -a PLATFORMS=( \
|
|
cocoa.macosx.x86_64 \
|
|
-gtk.linux.ppc64le \
|
|
-gtk.linux.x86_64 \
|
|
+gtk.freebsd.powerpc64 \
|
|
+gtk.freebsd.amd64 \
|
|
win32.win32.x86_64 \
|
|
)
|
|
NPLATFORMS=${#PLATFORMS[@]}
|