IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2008, 5:53:35 PM (18 years ago)
Author:
eugene
Message:

unique exit codes

File:
1 edited

Legend:

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

    r16446 r16472  
    155155
    156156    /* if this is not an interactive session, exit here */
    157     if (ONLY_INPUT) exit (2);
    158     if (is_script) exit (2);
     157    if (ONLY_INPUT) exit (40);
     158    if (is_script) exit (41);
    159159    return;
    160160}
Note: See TracChangeset for help on using the changeset viewer.