IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2012, 8:10:40 AM (14 years ago)
Author:
eugene
Message:

added some features to make remote stats operations easier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/opihi/lib.shell/parse.c

    r30614 r33615  
    101101    V1 ++;
    102102    while (isspace (*V1)) V1++;
    103     if (*V1 == 0) goto error;
     103    if (*V1 == 0) {
     104      // assign empty vector
     105      set_str_variable (V0, "");
     106      goto escape;
     107    }
    104108
    105109    /* command replacement.  execute the line, place answer in val. */
Note: See TracChangeset for help on using the changeset viewer.