diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-31 18:31:17 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-31 18:31:17 +0000 |
commit | 8d4fc29a87f95900ffe5503aa9ce502320712b16 (patch) | |
tree | 34d18c16a2ebcb54267dfd8c89ca3a01b48196f4 /lang/tcl80/pkg-install.tclsh | |
parent | PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or from (diff) |
Be aware of otclsh and tclsh8.1_r
Notes
Notes:
svn path=/head/; revision=29021
Diffstat (limited to 'lang/tcl80/pkg-install.tclsh')
-rw-r--r-- | lang/tcl80/pkg-install.tclsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl80/pkg-install.tclsh b/lang/tcl80/pkg-install.tclsh index 9dec69942b2a..3b808e2b500f 100644 --- a/lang/tcl80/pkg-install.tclsh +++ b/lang/tcl80/pkg-install.tclsh @@ -23,7 +23,7 @@ echo "installed because a given port may depend on a specific version." echo echo "On your system, tclsh is installed under at least the following names:" echo -for name in $(/bin/ls $(echo $PATH | sed 's/:/ /g') 2> /dev/null | egrep '^i?tclsh[0-9]+\.[0-9]+([a-z][a-z])?$') +for name in $(/bin/ls $(echo $PATH | sed 's/:/ /g') 2> /dev/null | egrep '^(i?tclsh[0-9]+\.[0-9]+(\_r)?([a-z][a-z])?)|otclsh$') do echo $name done |