[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.18 and 1.19

version 1.18, 2013/02/15 05:06:21 version 1.19, 2016/06/04 23:59:01
Line 1 
Line 1 
 #!/bin/bash  #!/bin/bash
 # $OpenXM: OpenXM/src/asir-port/asir-install.sh,v 1.17 2010/07/19 09:41:53 takayama Exp $  # $OpenXM: OpenXM/src/asir-port/asir-install.sh,v 1.18 2013/02/15 05:06:21 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 103  if [ ! -f $HOME/.asir-tmp/$otname ]; then
Line 103  if [ ! -f $HOME/.asir-tmp/$otname ]; then
         if [ -f $HOME/.TeXmacs/progs/my-init-texmacs.scm ]; then \          if [ -f $HOME/.TeXmacs/progs/my-init-texmacs.scm ]; then \
                 echo "Warning .TeXmacs/progs/my-init-texmacs.scm exists"; \                  echo "Warning .TeXmacs/progs/my-init-texmacs.scm exists"; \
                 echo "Copy .TeXmacs and .feprc from ~/.asir-tmp/$otname by hand."; \                  echo "Copy .TeXmacs and .feprc from ~/.asir-tmp/$otname by hand."; \
     else (cd $HOME ; tar xzf $HOME/.asir-tmp/$otname ; cp -i .feprc.sample .feprc) ; \      else (cd $HOME ; tar xzf $HOME/.asir-tmp/$otname ; /bin/cp -n .feprc.sample .feprc) ; \
     fi      fi
 fi  fi
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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