Changeset 15537d5 for CLFS/master.sh


Ignore:
Timestamp:
04/28/2006 04:53:14 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
041bc01
Parents:
d9a53e0
Message:

Removed unneeded true commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    rd9a53e0 r15537d5  
    132132    # If $vrs isn't empty, we've got a package...
    133133    #
    134     [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar.*" &&  echo -e '\ttrue' >> $MKFILE.tmp
     134    [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar.*"
    135135    #
    136136    wrt_run_as_su "${this_script}" "${file}"
     
    184184    # Insert instructions for unpacking the package and to set the PKGDIR variable.
    185185    #
    186     [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar.*" && echo -e '\ttrue' >> $MKFILE.tmp
     186    [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar.*"
    187187    #
    188188    wrt_run_as_su "${this_script}" "${file}"
     
    255255    # Insert instructions for unpacking the package and changing directories
    256256    #
    257     [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar.*" &&  echo -e '\ttrue' >> $MKFILE.tmp
     257    [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar.*"
    258258    #
    259259    # Select a script execution method
     
    323323    if [ "$vrs" != "" ] ; then
    324324      case $this_script in
    325         *util-linux)    wrt_unpack  "$name-$vrs.tar.*"
    326                         echo -e '\ttrue' >> $MKFILE.tmp
    327             ;;
    328         *)              wrt_unpack2 "$name-$vrs.tar.*"
    329             ;;
     325        *util-linux)    wrt_unpack  "$name-$vrs.tar.*"  ;;
     326        *)              wrt_unpack2 "$name-$vrs.tar.*"  ;;
    330327      esac
    331328    fi
Note: See TracChangeset for help on using the changeset viewer.