[BACK]Return to extract_gc.sh CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows

Diff for /OpenXM_contrib2/windows/extract_gc.sh between version 1.2 and 1.3

version 1.2, 2009/03/11 11:32:07 version 1.3, 2009/11/24 05:00:23
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $OpenXM$  # $OpenXM: OpenXM_contrib2/windows/extract_gc.sh,v 1.2 2009/03/11 11:32:07 ohara Exp $
 (shopt -s igncr) 2>/dev/null && eval 'shopt -s igncr';#  (shopt -s igncr) 2>/dev/null && eval 'shopt -s igncr';#
 OpenXM_HOME=${OpenXM_HOME:-../../OpenXM}  OpenXM_HOME=${OpenXM_HOME:-../../OpenXM}
 OpenXM_dist=${OpenXM_HOME}/../OpenXM_dist  OpenXM_dist=${OpenXM_HOME}/../OpenXM_dist
 GC=gc-7.1  GC=gc-7.1
 GC_TARGZ=${GC}.tar.gz  GC_TARGZ=${GC}.tar.gz
 GC_PATCH=gc-7.0-risa.diff  GC_PATCH=gc-7.0-risa.diff
   PARI_TARGZ=pari-2.0.17.beta.tgz
   
   cat ${OpenXM_dist}/${PARI_TARGZ} | ( cd pari20; tar zxf -)
 tar zxf ${OpenXM_dist}/${GC_TARGZ}  tar zxf ${OpenXM_dist}/${GC_TARGZ}
   
 for i in ${GC_PATCH} ; do  for i in ${GC_PATCH} ; do

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

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