mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
Not sure why this work script was in the repository ... but it doesn't
belong ...
This commit is contained in:
parent
2394083bd6
commit
62a029b5c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user