Changeset 15285 for lang/gauche
- Timestamp:
- 07/06/08 21:14:28 (5 months 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
r15256 r15285 30 30 function task () { 31 31 ${OT_HOME}/bin/update.sh && 32 ${OT_HOME}/bin/convert.sh &&33 32 ${OT_HOME}/bin/ot_AllPages && 34 33 ${OT_HOME}/bin/ot_RecentChanges && 35 34 ${OT_HOME}/command/blog && 35 ${OT_HOME}/bin/convert.sh && 36 36 ${OT_HOME}/bin/add.sh && 37 37 ${OT_HOME}/bin/commit.sh -
lang/gauche/oldtype/trunk/bin/convert.sh
r15278 r15285 52 52 diffs=`_svn t diff ${base}.ot | wc -l | awk '{ print $1; }'` 53 53 # echo diffs : ${diffs} 54 [ "0" != "${diffs}" ]54 [ "0" != "${diffs}" -o ! -f ../_out/${base}.sexp ] 55 55 status=$? 56 56 # echo status : ${status}
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)