tclvfs-20080503-compilewithcvs.diff.sh at [a400fc4409]

File tclvfs/patches/tclvfs-20080503-compilewithcvs.diff.sh artifact ba29d162f3 part of check-in a400fc4409


#! /usr/bin/env bash

tclVersion="$1"
pkg="$2"
pkgVersion="$3"

case "${tclVersion}" in
	8.[012345]|8.[012345].*)
		exit 1
		;;
esac

exit 0