mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
f3015877b8
and the best supported such module of the several listed at http://tcl.apache.org/ Works with both Apache-1.3.x and 2.x and has an interesting development paradigm.
13 lines
501 B
Plaintext
13 lines
501 B
Plaintext
--- ../tests/msc.test Sat Mar 4 19:18:35 2006
|
|
+++ ../tests/msc.test Sat Feb 3 18:35:12 2007
|
|
@@ -81,6 +81,7 @@
|
|
global tcl_platform
|
|
if {"$tcl_platform(platform)" == "unix"
|
|
- && "$tcl_platform(os)" == "Darwin"} {
|
|
- # OSX does not complain if directory does not exist
|
|
+ && ("$tcl_platform(os)" == "Darwin" ||
|
|
+ [string match *BSD "$tcl_platform(os)"])} {
|
|
+ # BSD does not complain if directory does not exist
|
|
# It just returns the nonexistig path anyway
|
|
set msg "ok"
|