bin/gotags

changeset 992
4e3e37ce84bc
parent 957
ea852d545173
--- a/bin/gotags
+++ b/bin/gotags
@@ -1,10 +1,9 @@
 #!/bin/sh
 set -eu
-. ~/.lib/sh/stubexec.sh
 
 install_it() {
   go install github.com/jstemmer/gotags@latest
   asdf reshim || :
 }
 
-stubexec "$@"
+. ~/.lib/sh/stubexec.sh

mercurial