Ignore:
Timestamp:
08/22/2006 09:08:15 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
8806d60
Parents:
bcdbeef
Message:

Fixed SUDO settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_pkg_book.sh

    rbcdbeef rba72197  
    2020  local cntr
    2121  local optTARGET
    22  
     22
    2323  while [ 0 ]; do
    2424    read || break 1
     
    6767    fi
    6868  done <$ConfigFile
    69  
     69
    7070  if [[ $optTARGET = "" ]]; then
    7171    echo -e "\n>>> NO TARGET SELECTED.. applicaton terminated"
     
    7676  TARGET=$optTARGET
    7777  DEP_LEVEL=$optDependency
    78   SUDO=${SUDO:-y}
     78  SUDO=${SUDO:-n}
    7979}
    8080
Note: See TracChangeset for help on using the changeset viewer.