[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.9 and 1.10

version 1.9, 2006/02/08 08:16:10 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.8 2006/02/08 02:06:52 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 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.9  
changed lines
  Added in v.1.10

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