# Name: check.sh
# Purpose: Offline checker for the buildbot configuration files
# Author: Mike Wetherell
-# RCS-ID: $Id$
# Copyright: (c) 2007 Mike Wetherell
-# Licence: wxWidgets licence
+# Licence: wxWindows licence
#############################################################################
usage() {
return 1
fi
}
-
+
validate()
{
NAME="$1"
errout "$NAME" >&2
ERR=1
}
-
+
rm -f "$XSLT" "$PREP" "$STDERR"
shift