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
240
Wiki
Activity
Browse Source
Restore OLDIFS expectedly
pull/100/head
Yamashita Yuu
12 years ago
parent
d03f290b5d
commit
f538169992
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libexec/pyenv-version-name
+ 1
- 1
libexec/pyenv-version-name
View File
@ -13,7 +13,7 @@ if [ -z "$PYENV_VERSION" ]; then
else
OLDIFS="$IFS"
IFS=: versions=($(echo "${PYENV_VERSION}"))
IFS="$IFS"
IFS="$
OLD
IFS"
fi
if [ -z "$versions" ] || [ "$versions" = "system" ]; then
Write
Preview
Loading…
Cancel
Save