Show
Ignore:
Timestamp:
03/24/08 21:00:44 (5 years ago)
Author:
kiyoka
Message:

Supported OT_SITE environment variable.
Supported copying feature ${OT_SITE}/oldtype/tmp/img to ${OT_SITE}/oldtype/static/img

Files:
1 modified

Legend:

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

    r7811 r8342  
    11#!/bin/bash 
     2 
     3if [ "$OT_SITE" = "" ] ; then 
     4  echo "Please environment variables OT_SITE" 
     5  exit 1 
     6fi 
     7 
     8export OT_EDITHOME=${OT_SITE}/tmp/oldtype 
     9export OT_STATICHOME=${OT_SITE}/static/oldtype 
    210 
    311_svn() {