Changeset a96109a for common


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
  • common/func_validate_configs.sh

    ra16f769 ra96109a  
    160160        # The build directory/partition MUST exist and be writable by the user
    161161      BUILDDIR)   validate_dir -z -d -w
    162                   [[ "xx x/x" =~ "x${!config_param}x" ]] && write_error_and_die ;;
     162                  [[ "xx x/x" =~ x${!config_param}x ]] && write_error_and_die ;;
    163163
    164164        # Validate files, testable states:
Note: See TracChangeset for help on using the changeset viewer.