Changeset 508 for trunk/confexport.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/confexport.in

    r437 r508  
    3737else 
    3838    echo "Can't find confmancommon.sh. Exiting." >&2 
    39     exit 1 
     39    exit 17 
    4040fi 
    4141 
     
    4646    echo "usage: $0 [-d]" >&4 
    4747    echo "Type '$0 -h' to display this help and exit." >&4 
    48     exit ${1:-0} 
     48    conf_cleanExit ${1:-0} 
    4949} 
    5050 
Note: See TracChangeset for help on using the changeset viewer.