Changeset a96109a for BLFS


Ignore:
Timestamp:
10/24/2006 02:49:37 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
6e8fc82
Parents:
a16f769
Message:

more changes made to accomodate bash-3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_pkg_book.sh

    ra16f769 ra96109a  
    5757    esac
    5858
    59     if [[ "${REPLY}" =~ "^CONFIG_" ]]; then
     59    if [[ "${REPLY}" =~ ^CONFIG_ ]]; then
    6060      echo -n "$REPLY"
    6161      if [[ $((++cntr)) > 1 ]]; then
     
    108108    # Drop the "=y"
    109109    REPLY=${REPLY%=*}
    110     if [[ "${REPLY}" =~ "^DEP_" ]]; then
     110    if [[ "${REPLY}" =~ ^DEP_ ]]; then
    111111      META_PACKAGE=$(echo $REPLY | cut -d "_" -f2 | tr [A-Z] [a-z])
    112112      DEP_FNAME=$(echo $REPLY | cut -d "_" -f3)
Note: See TracChangeset for help on using the changeset viewer.