Ignore:
Timestamp:
2007-05-30T10:35:41+12:00 (17 years ago)
Author:
qq6
Message:

change rt.exec(args) to rt.exec(command) in runLocal()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/shell/GShell.java

    r13591 r14110  
    234234       
    235235        Runtime rt = Runtime.getRuntime();
    236         Process prcs = rt.exec(args);
     236        Process prcs = rt.exec(command);
    237237       
    238238        InputStreamReader eisr = new InputStreamReader( prcs.getErrorStream(), "UTF-8" );
Note: See TracChangeset for help on using the changeset viewer.