[BACK]Return to oxfetch.sh CVS log [TXT][DIR] Up to [local] / OpenXM / src / util

Diff for /OpenXM/src/util/oxfetch.sh between version 1.5 and 1.6

version 1.5, 2005/07/25 19:04:18 version 1.6, 2006/10/12 10:45:37
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $OpenXM: OpenXM/src/util/oxfetch.sh,v 1.4 2004/06/30 10:14:10 ohara Exp $  # $OpenXM: OpenXM/src/util/oxfetch.sh,v 1.5 2005/07/25 19:04:18 ohara Exp $
   
 MASTER_SITES="ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/misc/"  MASTER_SITES="ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/misc/"
 fetch="wget --no-directories --passive-ftp --timestamping"  fetch="wget --no-directories --passive-ftp --timestamping"
Line 40  _md5sum () {
Line 40  _md5sum () {
     fi      fi
 }  }
   
 _check () {  _check() {
      echo "Check is skipped."
   }
   
   _check_orig () {
     if [ ! -f "$distdir/$distfile" ]; then      if [ ! -f "$distdir/$distfile" ]; then
         echo "Error: ${distfile} not found."          echo "Error: ${distfile} not found."
         exit 1          exit 1

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>