diff --git a/bin/pg_format b/bin/pg_format --- 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