From: Tom Lane Date: Wed, 7 Feb 2001 21:25:55 +0000 (+0000) Subject: Not sure why this work script was in the repository ... but it doesn't X-Git-Tag: REL7_1~546 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62a029b5c67395572b3b31857d05437565149f6d;p=postgresql Not sure why this work script was in the repository ... but it doesn't belong ... --- diff --git a/src/bin/pgaccess/lib/qed b/src/bin/pgaccess/lib/qed deleted file mode 100755 index 4db7a0148d..0000000000 --- a/src/bin/pgaccess/lib/qed +++ /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 -