IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 19, 2006, 10:26:59 AM (20 years ago)
Author:
eugene
Message:

unified the client/standalone command functions

File:
1 edited

Legend:

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

    r7917 r7938  
    121121      rcfile = get_variable ("RCFILE");
    122122      sprintf (line, "input %s/%s", home, rcfile);
    123       status = command (line, &outline);
     123      status = command (line, &outline, TRUE);
    124124      if (outline != (char *) NULL) free (outline);
    125125    }
     
    144144      ALLOCATE (line, char, 1024);
    145145      sprintf (line, "input %s", list[i]);
    146       status = command (line, &outline);
     146      status = command (line, &outline, TRUE);
    147147      if (outline != (char *) NULL) free (outline);
    148148    }
Note: See TracChangeset for help on using the changeset viewer.