head	1.5;
access;
symbols
	REL7_1_BETA3:1.4
	REL7_1_BETA2:1.4
	REL7_1:1.4
	REL7_0_PATCHES:1.4.0.2
	REL7_0:1.4
	REL6_5_PATCHES:1.1.0.2;
locks; strict;
comment	@# @;


1.5
date	2001.02.07.21.25.55;	author tgl;	state dead;
branches;
next	1.4;

1.4
date	99.10.30.16.18.49;	author momjian;	state Exp;
branches;
next	1.3;

1.3
date	99.10.30.16.01.10;	author momjian;	state dead;
branches;
next	1.2;

1.2
date	99.09.20.22.29.12;	author scrappy;	state Exp;
branches;
next	1.1;

1.1
date	99.09.20.22.03.21;	author momjian;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	99.09.20.22.03.21;	author momjian;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Not sure why this work script was in the repository ... but it doesn't
belong ...
@
text
@#!/bin/bash
for fisier in *.tcl ; do
	echo $fisier ;
	sed -e "s/show_error/showError/g" <$fisier >temp
	mv temp $fisier
done

@


1.4
log
@Add 0.98.
@
text
@@


1.3
log
@Remove 0.96 for update to 0.98
@
text
@@


1.2
log
@
try and fix things...
@
text
@@


1.1
log
@file qed was initially added on branch REL6_5_PATCHES.
@
text
@d1 7
@


1.1.2.1
log
@Add new files.
@
text
@a0 7
#!/bin/bash
for fisier in *.tcl ; do
	echo $fisier ;
	sed -e "s/show_error/showError/g" <$fisier >temp
	mv temp $fisier
done

@

