Artifact 4a474661c07804365e738855dc9ca81b7ea9f3b1:
- Executable file tcl/validate.sh — part of check-in [fbd2f87d32] at 2016-04-08 14:46:05 on branch trunk — Updated to allow modules to do pre-build validation of the environment (user: rkeene, size: 153) [annotate] [blame] [check-ins using]
#! /usr/bin/env bash if [ ! -x "$(which patch 2>/dev/null)" ]; then echo "No \"patch\" command." echo "No \"patch\" command." >&4 exit 1 fi exit 0