Changeset 508 for trunk/confaudit.in


Ignore:
Timestamp:
12/05/2009 19:35:34 (2 years ago)
Author:
ccowart
Message:

Cleaning up exit handling.

Fixes #114

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confaudit.in

    r467 r508  
    3232else 
    3333    echo "Can't find confmancommon.sh. Exiting." >&2 
    34     exit 1 
     34    exit 17 
    3535fi 
    3636 
     
    3838    echo "usage: $0 [-s] [-q] [-d]" >&4 
    3939    echo "Type '$0 -h' to display this help and exit." >&4 
    40     exit ${1:-0} 
     40    conf_cleanExit ${1:-0} 
    4141} 
    4242 
Note: See TracChangeset for help on using the changeset viewer.