[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.12 and 1.13

version 1.12, 2006/06/28 11:41:11 version 1.13, 2006/06/28 12:13:54
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $OpenXM: OpenXM/src/asir-port/asir-install.sh,v 1.11 2006/02/13 04:37:36 takayama Exp $  # $OpenXM: OpenXM/src/asir-port/asir-install.sh,v 1.12 2006/06/28 11:41:11 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 67  _check_install_error() {
Line 67  _check_install_error() {
   if [ ! -f $HOME/.asir-tmp/$asirnamegunzip ]; then    if [ ! -f $HOME/.asir-tmp/$asirnamegunzip ]; then
      echo "Installation of Risa/Asir from the network seems to be failed."; \       echo "Installation of Risa/Asir from the network seems to be failed."; \
      echo "Please check if your computer is connected to the internet "; \       echo "Please check if your computer is connected to the internet "; \
      echo "  and you can download files from ftp.math.kobe-u.ac.jp  "; \       echo "  and you can download files from www.math.kobe-u.ac.jp  "; \
      echo "  by passive ftp."; \       echo "  by http."; \
      sleep 60 ; \       sleep 60 ; \
      exit ; \       exit ; \
   fi    fi

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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