head     1.1;
branch   1.1.1;
access   ;
symbols  unknown:1.1.1.1 orion:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2008.01.09.19.34.17;  author chessman;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2008.01.09.19.34.17;  author chessman;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/sh
sed "$1" $2 > _temp.tmp
if [ $? = 0 ]; then
	if [ "$OS" = "Windows_NT" ]; then	
		tounix _temp.tmp
	fi
	rm -f $2
	mv _temp.tmp $2
else
	rm -f _temp.tmp
fi
#EOF
@


1.1.1.1
log
@make
@
text
@@
