mirror of https://github.com/jenv/jenv.git
2 changed files with 17 additions and 0 deletions
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
#Nothing specific |
||||
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
backuppath=$PATH |
||||
|
||||
PATH="$(remove_from_path "${JENV_ROOT}/shims")" |
||||
GRAILS_BIN="$(command -v "grails" || true)" |
||||
make_shims "$GRAILS_BIN" |
||||
|
||||
GRAILS_DEBUG="$(command -v "grails-debug" || true)" |
||||
make_shims "$GRAILS_DEBUG" |
||||
|
||||
PATH=$backuppath |
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in new issue