bin/pg_format

changeset 992
4e3e37ce84bc
parent 970
498189926551
--- a/bin/pg_format
+++ b/bin/pg_format
@@ -1,10 +1,9 @@
 #!/bin/sh
 set -eu
-. ~/.lib/sh/stubexec.sh
 
 install_it() {
   cpanm -n 'https://github.com/darold/pgFormatter.git'
   asdf reshim perl || :
 }
 
-stubexec "$@"
+. ~/.lib/sh/stubexec.sh

mercurial