mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Update svn properties. Formatting cleanup.
This commit is contained in:
@@ -230,13 +230,12 @@ namespace OpenSim.Framework.Console
|
||||
{
|
||||
try
|
||||
{
|
||||
string line = System.Console.ReadLine();
|
||||
while(line == null)
|
||||
{
|
||||
|
||||
line = System.Console.ReadLine();
|
||||
}
|
||||
|
||||
string line = System.Console.ReadLine();
|
||||
while (line == null)
|
||||
{
|
||||
line = System.Console.ReadLine();
|
||||
}
|
||||
|
||||
return line;
|
||||
}
|
||||
catch (Exception e)
|
||||
@@ -364,8 +363,7 @@ namespace OpenSim.Framework.Console
|
||||
public void Prompt()
|
||||
{
|
||||
string tempstr = CmdPrompt(m_componentName + "# ");
|
||||
RunCommand(tempstr);
|
||||
|
||||
RunCommand(tempstr);
|
||||
}
|
||||
|
||||
public void RunCommand(string cmdline)
|
||||
|
||||
Reference in New Issue
Block a user