mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Not sure why this work script was in the repository ... but it doesn't
belong ...
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
for fisier in *.tcl ; do
|
|
||||||
echo $fisier ;
|
|
||||||
sed -e "s/show_error/showError/g" <$fisier >temp
|
|
||||||
mv temp $fisier
|
|
||||||
done
|
|
||||||
|
|
Reference in New Issue
Block a user