Ignore:
Timestamp:
08/29/2006 11:36:40 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
50fb011
Parents:
e834ce6
Message:

I do not know why this change is needed.. it causes and error exit otherwise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    re834ce6 r01b6d52  
    800800  cd $BUILDDIR/sources
    801801
    802   [[ "${BLFS_TOOL}" = "y" ]] && add_blfs_deps_urls
     802  if [[ "${BLFS_TOOL}" = "y" ]]; then
     803    add_blfs_deps_urls
     804  fi
    803805}
    804806
Note: See TracChangeset for help on using the changeset viewer.