Changeset 15285 for lang/gauche

Show
Ignore:
Timestamp:
07/06/08 21:14:28 (5 months ago)
Author:
kiyoka
Message:
 
Location:
lang/gauche/oldtype/trunk/bin
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/gauche/oldtype/trunk/bin/batch.sh

    r15256 r15285  
    3030function task () { 
    3131  ${OT_HOME}/bin/update.sh && 
    32   ${OT_HOME}/bin/convert.sh && 
    3332  ${OT_HOME}/bin/ot_AllPages && 
    3433  ${OT_HOME}/bin/ot_RecentChanges && 
    3534  ${OT_HOME}/command/blog && 
     35  ${OT_HOME}/bin/convert.sh && 
    3636  ${OT_HOME}/bin/add.sh && 
    3737  ${OT_HOME}/bin/commit.sh 
  • lang/gauche/oldtype/trunk/bin/convert.sh

    r15278 r15285  
    5252    diffs=`_svn t diff ${base}.ot | wc -l | awk '{ print $1; }'` 
    5353#    echo diffs : ${diffs} 
    54     [ "0" != "${diffs}" ] 
     54    [ "0" != "${diffs}" -o ! -f ../_out/${base}.sexp ] 
    5555    status=$? 
    5656#    echo status : ${status}