Changeset 1678


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

allow choosing which config to use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.