This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
Don't unset CDPATH
pull/1133/head
Tim Pope
9 years ago
parent
1f1e291385
commit
9d93605e18
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libexec/rbenv
+ 0
- 1
libexec/rbenv
View File
@ -1,6 +1,5 @@
#!/usr/bin/env bash
#!/usr/bin/env bash
set -e
set -e
unset CDPATH
if [ "$1" = "--debug" ]; then
if [ "$1" = "--debug" ]; then
export RBENV_DEBUG=1
export RBENV_DEBUG=1
Write
Preview
Loading…
Cancel
Save