Changeset 321 for trunk/confexport.in
- Timestamp:
- 05/02/2009 21:07:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/confexport.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confexport.in
r317 r321 40 40 fi 41 41 42 function print_help { 43 echo "usage: $0 [-d]">&4 44 exit ${1:-0} 45 } 46 47 while getopts "hd" OPT 2>&4 ; do 48 case "$OPT" in 49 d) DEBUG=true ;; 50 h) print_help 0;; 51 *) print_help 1;; 52 esac 53 done 54 42 55 # If we're in debug mode, we should log stderr messages to the logger 43 56 # as well. Otherwise, we send them to the bit bucket.
Note: See TracChangeset
for help on using the changeset viewer.
