tclvfs-20080503-compilewithcvs.diff.sh at [3bc708ba71]

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


#! /usr/bin/env bash

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

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

exit 0