Changeset 350


Ignore:
Timestamp:
06/23/2009 18:29:50 (3 years ago)
Author:
blee
Message:

Fix getopt to accept -d.

See #37

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confaudit.in

    r347 r350  
    4040 
    4141quiet=false 
    42 while getopts "qh" opt 2>&4 ; do 
     42while getopts "dqh" opt 2>&4 ; do 
    4343    case $opt in  
    4444        d) DEBUG=true ;; 
Note: See TracChangeset for help on using the changeset viewer.