Changeset 3e7af38 for master.sh


Ignore:
Timestamp:
05/01/2006 11:10:53 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
65d83a6
Parents:
c58f330
Message:

Keeping sinchronized experimental branch with trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • master.sh

    rc58f330 r3e7af38  
    149149      ;;
    150150
    151     --get-packages | -G )      HPKG=1    ;;
     151    --get-packages | -G )      GETPKG=1    ;;
    152152
    153153    --help | -h )  usage | more && exit  ;;
     
    412412done
    413413
    414 # Find the download client to use, if not already specified.
    415 
    416 if [ -z $DL ] ; then
    417   if [ `type -p wget` ] ; then
    418     DL=wget
    419   elif [ `type -p curl` ] ; then
    420     DL=curl
    421   else
    422     eval "$no_dl_client"
    423   fi
    424 fi
    425 
    426414#===================================================
    427415# Set the document location...
     
    492480  fi
    493481  [[ "$REPORT" = "1" ]] && cp $COMMON_DIR/create-sbu_du-report.sh  $JHALFSDIR/
     482  [[ "$GETPKG" = "1" ]] && cp $COMMON_DIR/urls.xsl  $JHALFSDIR/
    494483  sed 's,FAKEDIR,'$BOOK',' $PACKAGE_DIR/$XSL > $JHALFSDIR/${XSL}
    495484  export XSL=$JHALFSDIR/${XSL}
Note: See TracChangeset for help on using the changeset viewer.