This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
isprogram
/
pyenv
огледало од
https://github.com/pyenv/pyenv.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Projects
0
Издања
241
Вики
Activity
Преглед изворни кода
Merge commit '5c1094a' from
#529
Closes
#529
pull/487/head^2
Mislav Marohnić
пре 10 година
родитељ
8a0555f8ef
5c1094adb9
комит
51a1ee06e4
1 измењених фајлова
са
1 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libexec/rbenv-version-file
+ 1
- 0
libexec/rbenv-version-file
Прегледај датотеку
@ -6,6 +6,7 @@ set -e
find_local_version_file() {
local root="$1"
while true; do
[[ "$root" =~ ^//[^/]*$ ]] && break
if [ -e "${root}/.ruby-version" ]; then
echo "${root}/.ruby-version"
exit
Write
Preview
Loading…
Откажи
Сачувај