This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
isprogram
/
pyenv
огледало од
https://github.com/pyenv/pyenv.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Projects
0
Издања
241
Вики
Activity
Преглед изворни кода
Merge pull request
#1003
from blueyed/version-file-skip-dirs
rbenv-version-file: ensure that the version file is a file
pull/1133/head
Mislav Marohnić
пре 8 година
committed by
GitHub
родитељ
66b9f6fb2b
95b1b05cbe
комит
33a5c2495d
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libexec/rbenv-version-file
+ 1
- 1
libexec/rbenv-version-file
Прегледај датотеку
@ -9,7 +9,7 @@ target_dir="$1"
find_local_version_file() {
local root="$1"
while ! [[ "$root" =~ ^//[^/]*$ ]]; do
if [ -
e
"${root}/.ruby-version" ]; then
if [ -
f
"${root}/.ruby-version" ]; then
echo "${root}/.ruby-version"
return 0
fi
Write
Preview
Loading…
Откажи
Сачувај