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
Guard against exported `CDPATH` (
fixes
#316
)
pull/360/head^2
Sam Stephenson
13 years ago
parent
98f45695db
commit
e3f72ebae2
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libexec/rbenv
+ 1
- 0
libexec/rbenv
View File
@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -e
export -n CDPATH
if [ "$1" = "--debug" ]; then
export RBENV_DEBUG=1
Write
Preview
Loading…
Cancel
Save