IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 18, 2009, 9:46:23 AM (17 years ago)
Author:
eugene
Message:

disable echo of lines with errors -- need to make the error reporting a bit cleaner.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/command.c

    r25436 r25440  
    88  Command *cmd;
    99
    10   rawline = strcreate (line);
     10  rawline = NULL;
     11  // rawline = strcreate (line);
    1112
    1213  /* force a space between ! and first word: !ls becomes ! ls */
     
    5960    msg = get_variable_ptr ("ERRORMSG");
    6061    if (msg != (char *) NULL) gprint (GP_ERR, "%s\n", msg);
    61     gprint (GP_ERR, "error on line: %s\n", rawline);
     62    // gprint (GP_ERR, "error on line: %s\n", rawline);
    6263  }
    6364
Note: See TracChangeset for help on using the changeset viewer.