Changeset 122


Ignore:
Timestamp:
07/13/11 11:34:31 (13 years ago)
Author:
sherbold
Message:

fixed output bug in command exec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaHelperLib/src/de/ugoe/cs/util/console/defaultcommands/CMDexec.java

    r1 r122  
    4848                        commands = (new String(buffer)).split("\n"); 
    4949                        for (String command : commands) { 
    50                                 Console.println(command); 
     50                                Console.println(command.trim()); 
    5151                                CommandExecuter.getInstance().exec(command); 
    5252                        } 
Note: See TracChangeset for help on using the changeset viewer.