mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
* optimized usings.
This commit is contained in:
@@ -288,7 +288,7 @@ namespace OpenSim.Framework
|
||||
// if the first character is a "$", assume it's the name
|
||||
// of an environment variable and substitute with the value of that variable
|
||||
if (console_result.StartsWith("$"))
|
||||
console_result = System.Environment.GetEnvironmentVariable(console_result.Substring(1));
|
||||
console_result = Environment.GetEnvironmentVariable(console_result.Substring(1));
|
||||
|
||||
switch (configOption.configurationType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user