version 1.14, 2006/06/28 11:41:11 |
version 1.15, 2006/06/28 12:13:54 |
|
|
#!/bin/sh |
#!/bin/sh |
# $OpenXM: OpenXM/src/asir-port/asir-port.sh,v 1.13 2006/02/13 04:37:36 takayama Exp $ |
# $OpenXM: OpenXM/src/asir-port/asir-port.sh,v 1.14 2006/06/28 11:41:11 takayama Exp $ |
# Downloading Risa/Asir for FLL-free systems. |
# Downloading Risa/Asir for FLL-free systems. |
# Risa/Asir is installed under $HOME/.asir-tmp/$asirname |
# Risa/Asir is installed under $HOME/.asir-tmp/$asirname |
# Symbolic link to $asirname from $OpenXM_HOME/bin/asir must exist |
# Symbolic link to $asirname from $OpenXM_HOME/bin/asir must exist |
Line 61 _check_install_error() { |
|
Line 61 _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 ; \ |
fi |
fi |
} |
} |