[BACK]Return to asir-install.sh CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-port

Diff for /OpenXM/src/asir-port/asir-install.sh between version 1.8 and 1.10

version 1.8, 2006/02/08 02:06:52 version 1.10, 2006/02/10 01:57:23
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $OpenXM: OpenXM/src/asir-port/asir-install.sh,v 1.7 2006/02/06 04:54:13 takayama Exp $  # $OpenXM: OpenXM/src/asir-port/asir-install.sh,v 1.9 2006/02/08 08:16:10 takayama Exp $
 # Downloading Risa/Asir for FLL-free systems  # Downloading Risa/Asir for FLL-free systems
 # under $HOME/.asir-tmp and installs asir to $OpenXM_HOME/bin  # under $HOME/.asir-tmp and installs asir to $OpenXM_HOME/bin
 #  #
Line 13 
Line 13 
 version=`cat $OpenXM_HOME/lib/version.txt`  version=`cat $OpenXM_HOME/lib/version.txt`
 os=`uname -s`  os=`uname -s`
 md=`cat $OpenXM_HOME/lib/asir/distinfo-asir.md5`  md=`cat $OpenXM_HOME/lib/asir/distinfo-asir.md5`
 libmd=`cat $OpenXM_HOME/lib/asir/distinfo-lib.md5`  libmd=`cat $OpenXM_HOME/lib/asir/distinfo-asirlib.md5`
 # For testing  # For testing
 #asir="ftp://ftp.math.kobe-u.ac.jp/pub/asir/gzip.exe"  #asir="ftp://ftp.math.kobe-u.ac.jp/pub/asir/gzip.exe"
 #asirname="gzip.exe"  #asirname="gzip.exe"
Line 52  _agree() {
Line 52  _agree() {
                 return                  return
         fi          fi
         if [ $ans = "n" ]; then          if [ $ans = "n" ]; then
                 echo "Aborting the installation." ; \                  echo "Aborting the installation of asir." ; \
                 exit                  exit
     fi      fi
         if [ $ans = "v" ]; then          if [ $ans = "v" ]; then

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

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