Changeset 15256
- Timestamp:
- 07/06/08 12:52:40 (5 years ago)
- Location:
- lang/gauche/oldtype/trunk/bin
- Files:
-
- 2 modified
-
batch.sh (modified) (1 diff)
-
convert.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/gauche/oldtype/trunk/bin/batch.sh
r13237 r15256 37 37 ${OT_HOME}/bin/commit.sh 38 38 #run-parts ${OT_HOME}/hook 39 echo -n [info] sleep... 39 40 sleep 5 41 echo wakeup 40 42 } 41 43 -
lang/gauche/oldtype/trunk/bin/convert.sh
r15250 r15256 44 44 done 45 45 46 function convert_p() { 47 base=$1 48 echo "file is ${base}.ot" 49 echo ${base} | grep "!" > /dev/null 50 generated=$? 51 if [ "0" = $generated ] ; then 52 diffs=`_svn t diff ${base}.ot | wc -l | awk '{ print $1; }'` 53 # echo diffs : ${diffs} 54 [ "0" != "${diffs}" ] 55 status=$? 56 # echo status : ${status} 57 else 58 [ "${base}.ot" -nt ../_out/${base}.sexp ] 59 status=$? 60 # echo status : ${status} 61 fi 62 return $status 63 } 64 65 46 66 for f in $filelist; 47 67 do 48 68 base=`basename ${f} .ot` 49 diffs=`_svn t diff ${base}.ot | wc -l | awk '{ print $1; }'` 50 ###echo "${base}.ot : diffs=${diffs}" 51 if [ "${base}.ot" -nt ../_out/${base}.sexp -o "0" != "${diffs}" ] ; then 69 convert_p ${base} 70 if [ "0" = "$?" ] ; then 52 71 echo "[" ${base} "]" 53 72 _svn t ann "${f}@HEAD" > ../_tmp/tmp.ann
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)