Changeset 7d888a4


Ignore:
Timestamp:
08/17/2006 03:57:20 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
0044289
Parents:
480390a
Message:

Changes to display appearance (gen_config.sh)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_config.sh

    r480390a r7d888a4  
    8080    continue
    8181  fi
    82   [[ "${SET_COMMENT}" = "y" ]] && echo "comment \"--\"" >>$outFile; unset SET_COMMENT
     82  [[ "${SET_COMMENT}" = "y" ]] && echo "comment \"\"" >>$outFile; unset SET_COMMENT
    8383 
    8484    # Deal with a few unusable chapter names
     
    148148(
    149149cat << EOF
    150 comment "Default packages for resolving dependencies"
     150
     151comment ""
     152
     153menu    "Default packages for resolving dependencies"
    151154
    152155choice
     
    214217        default xorg    if WIN_xorg
    215218        default xfree86 if WIN_xfree86
    216 
    217 comment "--"
     219endmenu
    218220
    219221choice 
Note: See TracChangeset for help on using the changeset viewer.