diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-01 01:20:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-01 01:20:58 (GMT) |
commit | 3778d78fa0369f91e4b2b4f0e502745be8eecb65 (patch) | |
tree | de8ffaff31f25c46224787fb269d7328bceaf420 /unix | |
parent | 32f7f3937935614ec8b97fbf6129de88b8e7a25d (diff) | |
download | tcl-3778d78fa0369f91e4b2b4f0e502745be8eecb65.zip tcl-3778d78fa0369f91e4b2b4f0e502745be8eecb65.tar.gz tcl-3778d78fa0369f91e4b2b4f0e502745be8eecb65.tar.bz2 |
* `make mklinks` on 6-27 commits.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index a58c250..a41ea06 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -1579,8 +1579,6 @@ fi if test -r http.n; then rm -f http.n.* $ZIP http.n - if test "${CASEINSENSITIVEFS:-}" != "1"; then rm -f Http.n Http.n.* ; fi - if test "${CASEINSENSITIVEFS:-}" != "1"; then ln $S http.n$Z Http.n$Z ; fi fi if test -r if.n; then rm -f if.n.* |