aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib/qed
blob: 4db7a0148d5bafc8e296cfb30949d7ec88b476bd (plain)
1
2
3
4
5
6
7
#!/bin/bash
for fisier in *.tcl ; do
	echo $fisier ;
	sed -e "s/show_error/showError/g" <$fisier >temp
	mv temp $fisier
done