Merge branch 'master' of /var/git/opensim/

viewer-2-initial-appearance
opensim mirror account 2010-11-17 16:00:05 -08:00
commit b5160aade0
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ namespace OpenSim.Framework.Console
if (echo && commandLine != "")
AddToHistory(commandLine);
return cmdline.ToString();
return commandLine;
default:
break;
}