From cf344bfa5645455ebbb32eb793975b977b5b9101 Mon Sep 17 00:00:00 2001 From: Richard Tucker Date: Tue, 2 Feb 1999 10:52:02 +0000 Subject: [PATCH] Fix bug in using generic unix settings Copied from Perforce Change: 20540 ServerID: perforce.ravenbrook.com --- mps/qa/test/script/platform | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/qa/test/script/platform b/mps/qa/test/script/platform index 8bde02d954c..c51a8edeb9a 100644 --- a/mps/qa/test/script/platform +++ b/mps/qa/test/script/platform @@ -29,7 +29,7 @@ sub platform_settings { if ($PLATFORM =~ "^sos8gp") { &settings_gprof(); } - } elsif ($PLATFORM =~ "::unix") { + } elsif ($PLATFORM =~ "__unix") { &logcomment("I don't know anything specific about $PLATFORM --"); &logcomment("using generic unix/gcc settings."); &settings_unix();