Kaydet (Commit) 49cec04e authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS qadev27 (1.2.12); FILE MERGED

2006/09/18 12:19:19 lla 1.2.12.1: #138212# cleanups
üst 95bc9dea
...@@ -90,13 +90,15 @@ public class DB extends DBHelper ...@@ -90,13 +90,15 @@ public class DB extends DBHelper
return "unxsols"; return "unxsols";
} }
else if (System.getProperty("os.name").toLowerCase().startsWith("linux") && else if (System.getProperty("os.name").toLowerCase().startsWith("linux") &&
System.getProperty("os.arch").equals("x86")) System.getProperty("os.arch").equals("i386"))
{ {
return "unxlngi"; return "unxlngi";
} }
else else
{ {
GlobalLogWriter.get().println("Unknown environment."); GlobalLogWriter.get().println("Unknown environment.");
GlobalLogWriter.get().println("os.name := " + System.getProperty("os.name").toLowerCase());
GlobalLogWriter.get().println("os.arch := " + System.getProperty("os.arch"));
return ""; return "";
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment