Ignore:
Timestamp:
05/16/2006 06:27:02 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
25b52e2
Parents:
d68d2c1
Message:

Updated experimental to current trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_validate_configs.sh

    rd68d2c1 r3a27393  
    170170    # This is a tricky little piece of code.. executes a cmd string.
    171171    case $config_param in
    172       BUILDDIR) # We cannot have an <empty> or </> root mount point
    173                   echo -e "`eval echo $PARAM_VALS`"
    174                   [[ "xx x/x" =~ "x${!config_param}x" ]] &&
    175                        write_error_and_die
    176                   ;;
    177172      TIMEZONE)   echo -e "`eval echo $PARAM_VALS`" ;;
    178173
     
    228223      #  warning -z+   -w+
    229224      SRC_ARCHIVE) validate_dir -z+ -d -w+ ;;
     225      BUILDDIR)   # The build directory/partition MUST exist and be writable by the user
     226                  validate_dir -z -d -w
     227                  [[ "xx x/x" =~ "x${!config_param}x" ]] &&
     228                       write_error_and_die
     229                  ;;
    230230
    231231      # Validate files, testable states:
Note: See TracChangeset for help on using the changeset viewer.