SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
REPORT=cairo-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
REPORT=edwin-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
REPORT=gl-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
REPORT=glib-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
REPORT=gtk-screen-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
REPORT=gtk-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
REPORT=imail-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
REPORT=pango-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
REPORT=x11-screen-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
REPORT=x11-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi