tclvfs-20080503-supportnativezlib.diff.sh at [564c949923]

File tclvfs/patches/tclvfs-20080503-supportnativezlib.diff.sh artifact ba29d162f3 part of check-in 564c949923


#! /usr/bin/env bash

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

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

exit 0