diff options
| author | andreask@activestate.com <andreas_kupries> | 2006-03-14 20:11:50 (GMT) |
|---|---|---|
| committer | andreask@activestate.com <andreas_kupries> | 2006-03-14 20:11:50 (GMT) |
| commit | 27e5cefd67b634bb0098d350b77b8b7efe293d7e (patch) | |
| tree | d0e78ea5c2f982aa9f68aab33b1954392e3ebbe4 /unix/installManPage | |
| parent | 2a84a4dac13baa803e59dc5e234a2eddbcc7eb72 (diff) | |
| download | tcl-27e5cefd67b634bb0098d350b77b8b7efe293d7e.zip tcl-27e5cefd67b634bb0098d350b77b8b7efe293d7e.tar.gz tcl-27e5cefd67b634bb0098d350b77b8b7efe293d7e.tar.bz2 | |
* library/tm.tcl (::tcl::tm::Defaults): Fixed handling of
environment variable TCLX.y_TM_PATH, bad variable reference. See
[SF Tcl Bug 1448251]. Thanks to Julian Noble.
Diffstat (limited to 'unix/installManPage')
| -rwxr-xr-x | unix/installManPage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/installManPage b/unix/installManPage index 3bc3bd7..fddbca7 100755 --- a/unix/installManPage +++ b/unix/installManPage @@ -29,7 +29,7 @@ NAMES=`sed -n ' # Look for a line, that starts with .SH NAME # optionally allow NAME to be surrounded # by quotes. - /^\.SH "\?NAME"\?/{ + /^\.SH NAME/{ # Read next line n # Remove all commas ... |
