Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven plugin clobbers PATH setup #419

Open
ewilkins-csi opened this issue Sep 28, 2023 · 0 comments
Open

Maven plugin clobbers PATH setup #419

ewilkins-csi opened this issue Sep 28, 2023 · 0 comments

Comments

@ewilkins-csi
Copy link

Environment/Setup

I have a Maven project that ends up executing Poetry during a maven build. I use pyenv to manage my Python versions, and jenv to manage my Java versions. I have the maven plugin for jenv enabled so that Maven uses the Java version set by jenv.

OS: MacOS Monterey
Shell: Zsh 5.8.1
Jenv: 0.5.6
Jenv Plugins: export, maven
Maven: 3.9.4
Java: 11.0.16
Pyenv: 2.3.25
Python: 3.11.4
Poetry: 1.6.1

Issue Description

When Poetry is executed via Maven, it is using the system Python version of 2.7 instead of the pyenv set version of 3.11. This happens only when the jenv maven plugin is enabled. If that plugin is disabled, Poetry correctly uses the pyenv version of Python. It appears this happens because jenv-exec is add /usr/local/bin to the front of the PATH variable. This breaks the intended PATH resolution of having pyenv shims above the more global /usr/local/bin directory.

Full JENV_DEBUG Output
mvn:5>>>      program=mvn
mvn:6>>>      '[' mvn = java ']'
mvn:20>>>      export JENV_ROOT=/Users/ewilkins/.jenv
mvn:20>>>      JENV_ROOT=/Users/ewilkins/.jenv
mvn:21>>>      exec /usr/local/Cellar/jenv/0.5.6/libexec/libexec/jenv exec mvn clean
jenv:44>>>      '[' -z /Users/ewilkins/.jenv ']'
jenv:47>>>      JENV_ROOT=/Users/ewilkins/.jenv
jenv:49>>>      export JENV_ROOT
jenv:53>>>      '[' -z '' ']'
jenv:54>>>      pwd
jenv:54>>>      JENV_DIR=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv:63>>>      export JENV_DIR
jenv:66>>>      shopt -s nullglob
jenv:70>>>      abs_dirname /usr/local/Cellar/jenv/0.5.6/libexec/libexec/jenv
jenv:10-abs_dirname()>>>      pwd
jenv:10-abs_dirname()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv:11-abs_dirname()>>>      local path=/usr/local/Cellar/jenv/0.5.6/libexec/libexec/jenv
jenv:13-abs_dirname()>>>      '[' -n /usr/local/Cellar/jenv/0.5.6/libexec/libexec/jenv ']'
jenv:14-abs_dirname()>>>      cd /usr/local/Cellar/jenv/0.5.6/libexec/libexec
jenv:15-abs_dirname()>>>      local name=jenv
jenv:16-abs_dirname()>>>      resolve_link jenv
jenv:6-resolve_link()>>>      type -p greadlink readlink
jenv:6-resolve_link()>>>      head -1
jenv:6-resolve_link()>>>      /usr/local/bin/greadlink jenv
jenv:16-abs_dirname()>>>      true
jenv:16-abs_dirname()>>>      path=
jenv:13-abs_dirname()>>>      '[' -n '' ']'
jenv:19-abs_dirname()>>>      pwd
jenv:20-abs_dirname()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv:70>>>      bin_path=/usr/local/Cellar/jenv/0.5.6/libexec/libexec
jenv:72>>>      samedir /Users/ewilkins/.jenv /usr/local/Cellar/jenv/0.5.6/libexec/libexec/../
jenv:31-samedir()>>>      '[' -d /Users/ewilkins/.jenv ']'
jenv:31-samedir()>>>      '[' -d /usr/local/Cellar/jenv/0.5.6/libexec/libexec/../ ']'
jenv:32-samedir()>>>      resolvepath /Users/ewilkins/.jenv
jenv:24-resolvepath()>>>      pwd
jenv:24-resolvepath()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv:25-resolvepath()>>>      cd /Users/ewilkins/.jenv
jenv:26-resolvepath()>>>      pwd
jenv:26-resolvepath()>>>      echo /Users/ewilkins/.jenv
jenv:27-resolvepath()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv:32-samedir()>>>      local path1=/Users/ewilkins/.jenv
jenv:33-samedir()>>>      resolvepath /usr/local/Cellar/jenv/0.5.6/libexec/libexec/../
jenv:24-resolvepath()>>>      pwd
jenv:24-resolvepath()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv:25-resolvepath()>>>      cd /usr/local/Cellar/jenv/0.5.6/libexec/libexec/../
jenv:26-resolvepath()>>>      pwd
jenv:26-resolvepath()>>>      echo /usr/local/Cellar/jenv/0.5.6/libexec
jenv:27-resolvepath()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv:33-samedir()>>>      local path2=/usr/local/Cellar/jenv/0.5.6/libexec
jenv:35-samedir()>>>      '[' /Users/ewilkins/.jenv == /usr/local/Cellar/jenv/0.5.6/libexec ']'
jenv:38-samedir()>>>      return 1
jenv:73>>>      resolvepath /usr/local/Cellar/jenv/0.5.6/libexec/libexec/../
jenv:24-resolvepath()>>>      pwd
jenv:24-resolvepath()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv:25-resolvepath()>>>      cd /usr/local/Cellar/jenv/0.5.6/libexec/libexec/../
jenv:26-resolvepath()>>>      pwd
jenv:26-resolvepath()>>>      echo /usr/local/Cellar/jenv/0.5.6/libexec
jenv:27-resolvepath()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv:73>>>      JENV_INSTALL_DIR=/usr/local/Cellar/jenv/0.5.6/libexec
jenv:77>>>      export JENV_INSTALL_DIR
jenv:84>>>      export PATH=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.jenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/ewilkins/dev/tools/flutter/bin:/usr/local/gfortran/bin
jenv:84>>>      PATH=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.jenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/ewilkins/dev/tools/flutter/bin:/usr/local/gfortran/bin
jenv:88>>>      hook_path=
jenv:89>>>      for plugin_hook in '"${JENV_ROOT}/plugins/"*/etc/jenv.d'
jenv:90>>>      hook_path=:/Users/ewilkins/.jenv/plugins/export/etc/jenv.d
jenv:89>>>      for plugin_hook in '"${JENV_ROOT}/plugins/"*/etc/jenv.d'
jenv:90>>>      hook_path=:/Users/ewilkins/.jenv/plugins/export/etc/jenv.d:/Users/ewilkins/.jenv/plugins/maven/etc/jenv.d
jenv:94>>>      export JENV_HOOK_PATH=:/Users/ewilkins/.jenv/plugins/export/etc/jenv.d:/Users/ewilkins/.jenv/plugins/maven/etc/jenv.d
jenv:94>>>      JENV_HOOK_PATH=:/Users/ewilkins/.jenv/plugins/export/etc/jenv.d:/Users/ewilkins/.jenv/plugins/maven/etc/jenv.d
jenv:98>>>      shopt -u nullglob
jenv:101>>>      command=exec
jenv:102>>>      case "$command" in
jenv:107>>>      command -v jenv-exec
jenv:107>>>      command_path=/usr/local/Cellar/jenv/0.5.6/libexec/libexec/jenv-exec
jenv:108>>>      '[' -z /usr/local/Cellar/jenv/0.5.6/libexec/libexec/jenv-exec ']'
jenv:113>>>      shift 1
jenv:114>>>      exec /usr/local/Cellar/jenv/0.5.6/libexec/libexec/jenv-exec mvn clean
jenv-exec:26>>>      '[' mvn = --complete ']'
jenv-exec:30>>>      jenv-version-name
jenv-version-name:6>>>      '[' -z '' ']'
jenv-version-name:7>>>      jenv-version-file
jenv-version-file:20>>>      find_local_version_file /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-version-file:7-find_local_version_file()>>>      local root=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-version-file:8-find_local_version_file()>>>      '[' -n /Users/ewilkins/dev/foss/tech-brewery/habushu ']'
jenv-version-file:9-find_local_version_file()>>>      '[' -e /Users/ewilkins/dev/foss/tech-brewery/habushu/.java-version ']'
jenv-version-file:12-find_local_version_file()>>>      '[' -e /Users/ewilkins/dev/foss/tech-brewery/habushu/.jenv-version ']'
jenv-version-file:16-find_local_version_file()>>>      root=/Users/ewilkins/dev/foss/tech-brewery
jenv-version-file:8-find_local_version_file()>>>      '[' -n /Users/ewilkins/dev/foss/tech-brewery ']'
jenv-version-file:9-find_local_version_file()>>>      '[' -e /Users/ewilkins/dev/foss/tech-brewery/.java-version ']'
jenv-version-file:12-find_local_version_file()>>>      '[' -e /Users/ewilkins/dev/foss/tech-brewery/.jenv-version ']'
jenv-version-file:16-find_local_version_file()>>>      root=/Users/ewilkins/dev/foss
jenv-version-file:8-find_local_version_file()>>>      '[' -n /Users/ewilkins/dev/foss ']'
jenv-version-file:9-find_local_version_file()>>>      '[' -e /Users/ewilkins/dev/foss/.java-version ']'
jenv-version-file:12-find_local_version_file()>>>      '[' -e /Users/ewilkins/dev/foss/.jenv-version ']'
jenv-version-file:16-find_local_version_file()>>>      root=/Users/ewilkins/dev
jenv-version-file:8-find_local_version_file()>>>      '[' -n /Users/ewilkins/dev ']'
jenv-version-file:9-find_local_version_file()>>>      '[' -e /Users/ewilkins/dev/.java-version ']'
jenv-version-file:12-find_local_version_file()>>>      '[' -e /Users/ewilkins/dev/.jenv-version ']'
jenv-version-file:16-find_local_version_file()>>>      root=/Users/ewilkins
jenv-version-file:8-find_local_version_file()>>>      '[' -n /Users/ewilkins ']'
jenv-version-file:9-find_local_version_file()>>>      '[' -e /Users/ewilkins/.java-version ']'
jenv-version-file:12-find_local_version_file()>>>      '[' -e /Users/ewilkins/.jenv-version ']'
jenv-version-file:16-find_local_version_file()>>>      root=/Users
jenv-version-file:8-find_local_version_file()>>>      '[' -n /Users ']'
jenv-version-file:9-find_local_version_file()>>>      '[' -e /Users/.java-version ']'
jenv-version-file:12-find_local_version_file()>>>      '[' -e /Users/.jenv-version ']'
jenv-version-file:16-find_local_version_file()>>>      root=
jenv-version-file:8-find_local_version_file()>>>      '[' -n '' ']'
jenv-version-file:21>>>      '[' /Users/ewilkins/dev/foss/tech-brewery/habushu = /Users/ewilkins/dev/foss/tech-brewery/habushu ']'
jenv-version-file:23>>>      global_version_file=/Users/ewilkins/.jenv/version
jenv-version-file:25>>>      '[' -e /Users/ewilkins/.jenv/version ']'
jenv-version-file:26>>>      echo /Users/ewilkins/.jenv/version
jenv-version-name:7>>>      JENV_VERSION_FILE=/Users/ewilkins/.jenv/version
jenv-version-name:8>>>      jenv-version-file-read /Users/ewilkins/.jenv/version
jenv-version-file-read:6>>>      VERSION_FILE=/Users/ewilkins/.jenv/version
jenv-version-file-read:8>>>      '[' -e /Users/ewilkins/.jenv/version ']'
jenv-version-file-read:11>>>      version=
jenv-version-file-read:12>>>      read -a words
jenv-version-file-read:23>>>      cat /Users/ewilkins/.jenv/version
jenv-version-file-read:13>>>      word=11.0
jenv-version-file-read:14>>>      '[' -z '' ']'
jenv-version-file-read:14>>>      '[' -n 11.0 ']'
jenv-version-file-read:15>>>      version=11.0
jenv-version-file-read:12>>>      read -a words
jenv-version-file-read:23>>>      echo
jenv-version-file-read:13>>>      word=
jenv-version-file-read:14>>>      '[' -z 11.0 ']'
jenv-version-file-read:12>>>      read -a words
jenv-version-file-read:19>>>      '[' -n 11.0 ']'
jenv-version-file-read:20>>>      echo 11.0
jenv-version-file-read:21>>>      exit
jenv-version-name:8>>>      JENV_VERSION=11.0
jenv-version-name:11>>>      '[' -z 11.0 ']'
jenv-version-name:11>>>      '[' 11.0 = system ']'
jenv-version-name:21>>>      version_exists 11.0
jenv-version-name:17-version_exists()>>>      local version=11.0
jenv-version-name:18-version_exists()>>>      '[' -d /Users/ewilkins/.jenv/versions/11.0 ']'
jenv-version-name:22>>>      echo 11.0
jenv-exec:30>>>      export JENV_VERSION=11.0
jenv-exec:30>>>      JENV_VERSION=11.0
jenv-exec:31>>>      JENV_COMMAND=mvn
jenv-exec:33>>>      jenv-options
jenv-options:8>>>      '[' -z '' ']'
jenv-options:9>>>      jenv-options-file
jenv-options-file:17>>>      find_local_version_file /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-options-file:7-find_local_version_file()>>>      local root=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-options-file:8-find_local_version_file()>>>      '[' -n /Users/ewilkins/dev/foss/tech-brewery/habushu ']'
jenv-options-file:9-find_local_version_file()>>>      '[' -e /Users/ewilkins/dev/foss/tech-brewery/habushu/.java-options ']'
jenv-options-file:13-find_local_version_file()>>>      root=/Users/ewilkins/dev/foss/tech-brewery
jenv-options-file:8-find_local_version_file()>>>      '[' -n /Users/ewilkins/dev/foss/tech-brewery ']'
jenv-options-file:9-find_local_version_file()>>>      '[' -e /Users/ewilkins/dev/foss/tech-brewery/.java-options ']'
jenv-options-file:13-find_local_version_file()>>>      root=/Users/ewilkins/dev/foss
jenv-options-file:8-find_local_version_file()>>>      '[' -n /Users/ewilkins/dev/foss ']'
jenv-options-file:9-find_local_version_file()>>>      '[' -e /Users/ewilkins/dev/foss/.java-options ']'
jenv-options-file:13-find_local_version_file()>>>      root=/Users/ewilkins/dev
jenv-options-file:8-find_local_version_file()>>>      '[' -n /Users/ewilkins/dev ']'
jenv-options-file:9-find_local_version_file()>>>      '[' -e /Users/ewilkins/dev/.java-options ']'
jenv-options-file:13-find_local_version_file()>>>      root=/Users/ewilkins
jenv-options-file:8-find_local_version_file()>>>      '[' -n /Users/ewilkins ']'
jenv-options-file:9-find_local_version_file()>>>      '[' -e /Users/ewilkins/.java-options ']'
jenv-options-file:13-find_local_version_file()>>>      root=/Users
jenv-options-file:8-find_local_version_file()>>>      '[' -n /Users ']'
jenv-options-file:9-find_local_version_file()>>>      '[' -e /Users/.java-options ']'
jenv-options-file:13-find_local_version_file()>>>      root=
jenv-options-file:8-find_local_version_file()>>>      '[' -n '' ']'
jenv-options-file:18>>>      '[' /Users/ewilkins/dev/foss/tech-brewery/habushu = /Users/ewilkins/dev/foss/tech-brewery/habushu ']'
jenv-options-file:20>>>      global_version_file=/Users/ewilkins/.jenv/options
jenv-options-file:22>>>      '[' -e /Users/ewilkins/.jenv/options ']'
jenv-options-file:25>>>      echo /Users/ewilkins/.jenv/options
jenv-options:9>>>      JENV_OPTIONS_FILE=/Users/ewilkins/.jenv/options
jenv-options:10>>>      jenv-options-file-read /Users/ewilkins/.jenv/options
jenv-options-file-read:6>>>      OPTIONS_FILE=/Users/ewilkins/.jenv/options
jenv-options-file-read:8>>>      '[' -e /Users/ewilkins/.jenv/options ']'
jenv-options-file-read:20>>>      exit 1
jenv-options:10>>>      true
jenv-options:10>>>      JENV_OPTIONS=
jenv-options:13>>>      '[' -z '' ']'
jenv-options:14>>>      echo ''
jenv-options:15>>>      exit
jenv-exec:33>>>      export JENV_OPTIONS=
jenv-exec:33>>>      JENV_OPTIONS=
jenv-exec:36>>>      export JAVA_HOME=/Users/ewilkins/.jenv/versions/11.0
jenv-exec:36>>>      JAVA_HOME=/Users/ewilkins/.jenv/versions/11.0
jenv-exec:38>>>      '[' -z mvn ']'
jenv-exec:43>>>      jenv-which mvn
jenv-which:14>>>      '[' mvn = --complete ']'
jenv-which:51>>>      jenv-version-name
jenv-version-name:6>>>      '[' -z 11.0 ']'
jenv-version-name:11>>>      '[' -z 11.0 ']'
jenv-version-name:11>>>      '[' 11.0 = system ']'
jenv-version-name:21>>>      version_exists 11.0
jenv-version-name:17-version_exists()>>>      local version=11.0
jenv-version-name:18-version_exists()>>>      '[' -d /Users/ewilkins/.jenv/versions/11.0 ']'
jenv-version-name:22>>>      echo 11.0
jenv-which:51>>>      JENV_VERSION=11.0
jenv-which:52>>>      JENV_COMMAND=mvn
jenv-which:54>>>      '[' -z mvn ']'
jenv-which:59>>>      '[' 11.0 = system ']'
jenv-which:63>>>      JENV_COMMAND_PATH=/Users/ewilkins/.jenv/versions/11.0/bin/mvn
jenv-which:64>>>      '[' -x /Users/ewilkins/.jenv/versions/11.0/bin/mvn ']'
jenv-which:65>>>      remove_from_path /Users/ewilkins/.jenv/shims
jenv-which:30-remove_from_path()>>>      expand_path /Users/ewilkins/.jenv/shims
jenv-which:19-expand_path()>>>      '[' '!' -d /Users/ewilkins/.jenv/shims ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /Users/ewilkins/.jenv/shims
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:30-remove_from_path()>>>      local path_to_remove=/Users/ewilkins/.jenv/shims
jenv-which:31-remove_from_path()>>>      local result=
jenv-which:33-remove_from_path()>>>      '[' -z /Users/ewilkins/.jenv/shims ']'
jenv-which:38-remove_from_path()>>>      local paths
jenv-which:39-remove_from_path()>>>      IFS=:
jenv-which:39-remove_from_path()>>>      paths=($PATH)
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /usr/local/Cellar/jenv/0.5.6/libexec/libexec
jenv-which:19-expand_path()>>>      '[' '!' -d /usr/local/Cellar/jenv/0.5.6/libexec/libexec ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /usr/local/Cellar/jenv/0.5.6/libexec/libexec
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/usr/local/Cellar/jenv/0.5.6/libexec/libexec
jenv-which:43-remove_from_path()>>>      '[' -n /usr/local/Cellar/jenv/0.5.6/libexec/libexec ']'
jenv-which:43-remove_from_path()>>>      '[' /usr/local/Cellar/jenv/0.5.6/libexec/libexec '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /Users/ewilkins/.local/lib/google-cloud-sdk/bin
jenv-which:19-expand_path()>>>      '[' '!' -d /Users/ewilkins/.local/lib/google-cloud-sdk/bin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /Users/ewilkins/.local/lib/google-cloud-sdk/bin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/Users/ewilkins/.local/lib/google-cloud-sdk/bin
jenv-which:43-remove_from_path()>>>      '[' -n /Users/ewilkins/.local/lib/google-cloud-sdk/bin ']'
jenv-which:43-remove_from_path()>>>      '[' /Users/ewilkins/.local/lib/google-cloud-sdk/bin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /Users/ewilkins/.rd/bin
jenv-which:19-expand_path()>>>      '[' '!' -d /Users/ewilkins/.rd/bin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /Users/ewilkins/.rd/bin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/Users/ewilkins/.rd/bin
jenv-which:43-remove_from_path()>>>      '[' -n /Users/ewilkins/.rd/bin ']'
jenv-which:43-remove_from_path()>>>      '[' /Users/ewilkins/.rd/bin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /Users/ewilkins/.pyenv/shims
jenv-which:19-expand_path()>>>      '[' '!' -d /Users/ewilkins/.pyenv/shims ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /Users/ewilkins/.pyenv/shims
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/Users/ewilkins/.pyenv/shims
jenv-which:43-remove_from_path()>>>      '[' -n /Users/ewilkins/.pyenv/shims ']'
jenv-which:43-remove_from_path()>>>      '[' /Users/ewilkins/.pyenv/shims '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /Users/ewilkins/.jenv/shims
jenv-which:19-expand_path()>>>      '[' '!' -d /Users/ewilkins/.jenv/shims ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /Users/ewilkins/.jenv/shims
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/Users/ewilkins/.jenv/shims
jenv-which:43-remove_from_path()>>>      '[' -n /Users/ewilkins/.jenv/shims ']'
jenv-which:43-remove_from_path()>>>      '[' /Users/ewilkins/.jenv/shims '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /Users/ewilkins/.local/bin
jenv-which:19-expand_path()>>>      '[' '!' -d /Users/ewilkins/.local/bin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /Users/ewilkins/.local/bin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/Users/ewilkins/.local/bin
jenv-which:43-remove_from_path()>>>      '[' -n /Users/ewilkins/.local/bin ']'
jenv-which:43-remove_from_path()>>>      '[' /Users/ewilkins/.local/bin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /opt/local/bin
jenv-which:19-expand_path()>>>      '[' '!' -d /opt/local/bin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /opt/local/bin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/opt/local/bin
jenv-which:43-remove_from_path()>>>      '[' -n /opt/local/bin ']'
jenv-which:43-remove_from_path()>>>      '[' /opt/local/bin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /opt/local/sbin
jenv-which:19-expand_path()>>>      '[' '!' -d /opt/local/sbin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /opt/local/sbin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/opt/local/sbin
jenv-which:43-remove_from_path()>>>      '[' -n /opt/local/sbin ']'
jenv-which:43-remove_from_path()>>>      '[' /opt/local/sbin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /usr/local/bin
jenv-which:19-expand_path()>>>      '[' '!' -d /usr/local/bin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /usr/local/bin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/usr/local/bin
jenv-which:43-remove_from_path()>>>      '[' -n /usr/local/bin ']'
jenv-which:43-remove_from_path()>>>      '[' /usr/local/bin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /usr/bin
jenv-which:19-expand_path()>>>      '[' '!' -d /usr/bin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /usr/bin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/usr/bin
jenv-which:43-remove_from_path()>>>      '[' -n /usr/bin ']'
jenv-which:43-remove_from_path()>>>      '[' /usr/bin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /bin
jenv-which:19-expand_path()>>>      '[' '!' -d /bin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /bin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/bin
jenv-which:43-remove_from_path()>>>      '[' -n /bin ']'
jenv-which:43-remove_from_path()>>>      '[' /bin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /usr/sbin
jenv-which:19-expand_path()>>>      '[' '!' -d /usr/sbin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /usr/sbin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/usr/sbin
jenv-which:43-remove_from_path()>>>      '[' -n /usr/sbin ']'
jenv-which:43-remove_from_path()>>>      '[' /usr/sbin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /sbin
jenv-which:19-expand_path()>>>      '[' '!' -d /sbin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /sbin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/sbin
jenv-which:43-remove_from_path()>>>      '[' -n /sbin ']'
jenv-which:43-remove_from_path()>>>      '[' /sbin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /opt/X11/bin
jenv-which:19-expand_path()>>>      '[' '!' -d /opt/X11/bin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /opt/X11/bin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/opt/X11/bin
jenv-which:43-remove_from_path()>>>      '[' -n /opt/X11/bin ']'
jenv-which:43-remove_from_path()>>>      '[' /opt/X11/bin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /Applications/Wireshark.app/Contents/MacOS
jenv-which:19-expand_path()>>>      '[' '!' -d /Applications/Wireshark.app/Contents/MacOS ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /Applications/Wireshark.app/Contents/MacOS
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/Applications/Wireshark.app/Contents/MacOS
jenv-which:43-remove_from_path()>>>      '[' -n /Applications/Wireshark.app/Contents/MacOS ']'
jenv-which:43-remove_from_path()>>>      '[' /Applications/Wireshark.app/Contents/MacOS '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /Users/ewilkins/dev/tools/flutter/bin
jenv-which:19-expand_path()>>>      '[' '!' -d /Users/ewilkins/dev/tools/flutter/bin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /Users/ewilkins/dev/tools/flutter/bin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/Users/ewilkins/dev/tools/flutter/bin
jenv-which:43-remove_from_path()>>>      '[' -n /Users/ewilkins/dev/tools/flutter/bin ']'
jenv-which:43-remove_from_path()>>>      '[' /Users/ewilkins/dev/tools/flutter/bin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/ewilkins/dev/tools/flutter/bin:
jenv-which:41-remove_from_path()>>>      for path in '"${paths[@]}"'
jenv-which:42-remove_from_path()>>>      expand_path /usr/local/gfortran/bin
jenv-which:19-expand_path()>>>      '[' '!' -d /usr/local/gfortran/bin ']'
jenv-which:23-expand_path()>>>      pwd
jenv-which:23-expand_path()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:24-expand_path()>>>      cd /usr/local/gfortran/bin
jenv-which:25-expand_path()>>>      pwd
jenv-which:26-expand_path()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-which:42-remove_from_path()>>>      path=/usr/local/gfortran/bin
jenv-which:43-remove_from_path()>>>      '[' -n /usr/local/gfortran/bin ']'
jenv-which:43-remove_from_path()>>>      '[' /usr/local/gfortran/bin '!=' /Users/ewilkins/.jenv/shims ']'
jenv-which:44-remove_from_path()>>>      result=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/ewilkins/dev/tools/flutter/bin:/usr/local/gfortran/bin:
jenv-which:48-remove_from_path()>>>      echo /usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/ewilkins/dev/tools/flutter/bin:/usr/local/gfortran/bin
jenv-which:65>>>      PATH=/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/ewilkins/dev/tools/flutter/bin:/usr/local/gfortran/bin
jenv-which:66>>>      command -v mvn
jenv-which:66>>>      JENV_COMMAND_PATH=/usr/local/bin/mvn
jenv-which:73>>>      jenv-hooks which
jenv-hooks:9>>>      '[' which = --complete ']'
jenv-hooks:16>>>      JENV_COMMAND=which
jenv-hooks:17>>>      '[' -z which ']'
jenv-hooks:22>>>      shell=
jenv-hooks:23>>>      '[' -z ']'
jenv-hooks:24>>>      shell=bash
jenv-hooks:46>>>      shopt -s nullglob
jenv-hooks:47>>>      for path in '${JENV_HOOK_PATH//:/'\''
'\''}'
jenv-hooks:49>>>      case "$shell" in
jenv-hooks:47>>>      for path in '${JENV_HOOK_PATH//:/'\''
'\''}'
jenv-hooks:49>>>      case "$shell" in
jenv-hooks:69>>>      shopt -u nullglob
jenv-which:75>>>      '[' -x /usr/local/bin/mvn ']'
jenv-which:76>>>      echo /usr/local/bin/mvn
jenv-exec:43>>>      JENV_COMMAND_PATH=/usr/local/bin/mvn
jenv-exec:44>>>      JENV_BIN_PATH=/usr/local/bin
jenv-exec:49>>>      jenv-hooks exec
jenv-hooks:9>>>      '[' exec = --complete ']'
jenv-hooks:16>>>      JENV_COMMAND=exec
jenv-hooks:17>>>      '[' -z exec ']'
jenv-hooks:22>>>      shell=
jenv-hooks:23>>>      '[' -z ']'
jenv-hooks:24>>>      shell=bash
jenv-hooks:46>>>      shopt -s nullglob
jenv-hooks:47>>>      for path in '${JENV_HOOK_PATH//:/'\''
'\''}'
jenv-hooks:49>>>      case "$shell" in
jenv-hooks:47>>>      for path in '${JENV_HOOK_PATH//:/'\''
'\''}'
jenv-hooks:49>>>      case "$shell" in
jenv-hooks:51>>>      for script in '$path/"$JENV_COMMAND"/*.bash'
jenv-hooks:52>>>      realpath /Users/ewilkins/.jenv/plugins/maven/etc/jenv.d/exec/maven-before.bash
jenv-hooks:32-realpath()>>>      pwd
jenv-hooks:32-realpath()>>>      local cwd=/Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-hooks:33-realpath()>>>      basename /Users/ewilkins/.jenv/plugins/maven/etc/jenv.d/exec/maven-before.bash
jenv-hooks:33-realpath()>>>      local base=maven-before.bash
jenv-hooks:34-realpath()>>>      local path=/Users/ewilkins/.jenv/plugins/maven/etc/jenv.d/exec/maven-before.bash
jenv-hooks:36-realpath()>>>      '[' -n /Users/ewilkins/.jenv/plugins/maven/etc/jenv.d/exec/maven-before.bash ']'
jenv-hooks:37-realpath()>>>      cd /Users/ewilkins/.jenv/plugins/maven/etc/jenv.d/exec
jenv-hooks:38-realpath()>>>      local name=maven-before.bash
jenv-hooks:39-realpath()>>>      resolve_link maven-before.bash
jenv-hooks:28-resolve_link()>>>      type -p greadlink readlink
jenv-hooks:28-resolve_link()>>>      head -1
jenv-hooks:28-resolve_link()>>>      /usr/local/bin/greadlink maven-before.bash
jenv-hooks:39-realpath()>>>      true
jenv-hooks:39-realpath()>>>      path=
jenv-hooks:36-realpath()>>>      '[' -n '' ']'
jenv-hooks:42-realpath()>>>      pwd
jenv-hooks:42-realpath()>>>      echo /Users/ewilkins/.jenv/plugins/maven/etc/jenv.d/exec/maven-before.bash
jenv-hooks:43-realpath()>>>      cd /Users/ewilkins/dev/foss/tech-brewery/habushu
jenv-hooks:52>>>      echo /Users/ewilkins/.jenv/plugins/maven/etc/jenv.d/exec/maven-before.bash
jenv-hooks:69>>>      shopt -u nullglob
jenv-exec:46>>>      for script in '$(jenv-hooks exec)'
jenv-exec:48>>>      source /Users/ewilkins/.jenv/plugins/maven/etc/jenv.d/exec/maven-before.bash
maven-before.bash:1>>>      '[' mvn = mvn -o mvn = mvnDebug ']'
maven-before.bash:2>>>      '[' -n '' ']'
jenv-exec:51>>>      shift 1
jenv-exec:52>>>      '[' 11.0 '!=' system ']'
jenv-exec:53>>>      export PATH=/usr/local/bin:/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.jenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/ewilkins/dev/tools/flutter/bin:/usr/local/gfortran/bin
jenv-exec:53>>>      PATH=/usr/local/bin:/usr/local/Cellar/jenv/0.5.6/libexec/libexec:/Users/ewilkins/.local/lib/google-cloud-sdk/bin:/Users/ewilkins/.rd/bin:/Users/ewilkins/.pyenv/shims:/Users/ewilkins/.jenv/shims:/Users/ewilkins/.local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/ewilkins/dev/tools/flutter/bin:/usr/local/gfortran/bin
jenv-exec:55>>>      exec -a mvn /usr/local/bin/mvn clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant