Merge branch 'master' of /var/git/opensim/
commit
b5160aade0
|
@ -497,7 +497,7 @@ namespace OpenSim.Framework.Console
|
||||||
if (echo && commandLine != "")
|
if (echo && commandLine != "")
|
||||||
AddToHistory(commandLine);
|
AddToHistory(commandLine);
|
||||||
|
|
||||||
return cmdline.ToString();
|
return commandLine;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue