Changeset 1678

Show
Ignore:
Timestamp:
06/23/06 18:52:58 (2 years ago)
Author:
anarcat
Message:

allow choosing which config to use

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-slavedns/trunk/slavedns

    r1677 r1678  
    1313for i 
    1414do 
    15     [ "$i" = "-f" ] && FORCE=yes 
     15    if [ "$i" = "-f" ] 
     16    then 
     17        FORCE=yes 
     18    else 
     19        CONFIGS="${CONFIGS} ${i}" 
     20    fi 
    1621done 
    1722