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

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