tclvfs-20080503-compilewithcvs.diff.sh at [204d6385f0]

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


#! /usr/bin/env bash

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

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

exit 0