[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.1 and 1.2

version 1.1, 2004/02/27 00:12:22 version 1.2, 2004/03/02 09:51:45
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $OpenXM$  # $OpenXM: OpenXM/src/asir-port/asir-install.sh,v 1.1 2004/02/27 00:12:22 takayama Exp $
 # Downloading Risa/Asir for FLL-free systems.  # Downloading Risa/Asir for FLL-free systems.
 # Risa/Asir is installed under $OpenXM_HOME/bin  # Risa/Asir is installed under $OpenXM_HOME/bin
 os=`uname -s`  os=`uname -s`
Line 75  if [ ! -f $HOME/.asir-tmp/$otname ]; then
Line 75  if [ ! -f $HOME/.asir-tmp/$otname ]; then
         echo -n "Downloading the $ot plugin... " ; \          echo -n "Downloading the $ot plugin... " ; \
         oxfetch.sh $ot $HOME/.asir-tmp ; \          oxfetch.sh $ot $HOME/.asir-tmp ; \
         echo "Done." ; \          echo "Done." ; \
         (cd $HOME ; tar xzf $HOME/.asir-tmp/$otname) ; \          if [ -f $HOME/.TeXmacs/progs/my-init-texmacs.scm ]; then \
                   echo "Warning .TeXmacs/progs/my-init-texmacs.scm exists"; \
                   echo "Copy from ~/.asir-tmp/$otname by hand."; \
       else (cd $HOME ; tar xzf $HOME/.asir-tmp/$otname) ; \
       fi
 fi  fi
   
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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