]> granicus.if.org Git - postgresql/commitdiff
Not sure why this work script was in the repository ... but it doesn't
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Feb 2001 21:25:55 +0000 (21:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Feb 2001 21:25:55 +0000 (21:25 +0000)
belong ...

src/bin/pgaccess/lib/qed [deleted file]

diff --git a/src/bin/pgaccess/lib/qed b/src/bin/pgaccess/lib/qed
deleted file mode 100755 (executable)
index 4db7a01..0000000
+++ /dev/null
@@ -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
-