Artifact ba29d162f393d569cae77082fd535a439a3cdcb4:
- Executable file tclvfs/patches/tclvfs-20080503-compilewithcvs.diff.sh — part of check-in [cbeb10f53c] at 2016-09-07 14:10:38 on branch trunk — Updated patching of TclVFS to work with newer versions (addresses [468f6f72ea]) (user: rkeene, size: 141) [annotate] [blame] [check-ins using]
- Executable file tclvfs/patches/tclvfs-20080503-supportnativezlib.diff.sh — part of check-in [cbeb10f53c] at 2016-09-07 14:10:38 on branch trunk — Updated patching of TclVFS to work with newer versions (addresses [468f6f72ea]) (user: rkeene, size: 141) [annotate] [blame] [check-ins using]
#! /usr/bin/env bash tclVersion="$1" pkg="$2" pkgVersion="$3" case "${tclVersion}" in 8.[012345]|8.[012345].*) exit 1 ;; esac exit 0