diff --git a/bin/pg_format b/bin/pg_format --- a/bin/pg_format +++ b/bin/pg_format @@ -1,16 +1,10 @@ #!/bin/sh set -eu - -stubexec() { - local real_bin="$(which -a $(basename $0) | grep -v $0 | head -n 1)" - if [ -x "$real_bin" ]; then - exec $real_bin $* - fi -} +. ~/.lib/sh/stubexec.sh stubexec $* cpanm -n 'https://github.com/darold/pgFormatter.git' -plenv rehash +plenv rehash || : stubexec $*