Changeset 69d25ea


Ignore:
Timestamp:
08/17/2006 09:32:21 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
8eb9b2d
Parents:
ee8dc26
Message:

Typo fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_config.sh

    ree8dc26 r69d25ea  
    6060      # Do not include previously installed packages....
    6161    if [ -e $TRACKING_DIR/${PKG_NAME} ]; then continue; fi
    62    
     62
    6363    META_PKG=$(echo ${PKG_NAME} | tr [a-z] [A-Z])
    6464    echo -e "config CONFIG_$META_PKG" >> $outFile
     
    173173        prompt  "Mail server"
    174174        config  MS_sendmail
    175                 bool    "sendmail'
     175                bool    "sendmail"
    176176        config  MS_postfix
    177177                bool    "postfix"
Note: See TracChangeset for help on using the changeset viewer.