Changeset 56e487e for common/libs


Ignore:
Timestamp:
12/14/2007 08:30:09 PM (16 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
5210ae1
Parents:
81a7fb8
Message:

Patch: force locale when checking version requirements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_check_version.sh

    r81a7fb8 r56e487e  
    7777check_prerequisites() {      #
    7878#----------------------------#
     79
     80  # Avoid translation of version strings
     81  local LC_ALL=C
     82  export LC_ALL
    7983
    8084  # LFS/HLFS/CLFS prerequisites
Note: See TracChangeset for help on using the changeset viewer.