Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
isprogram
/
pyenv
peilaus alkaen
https://github.com/pyenv/pyenv.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Projects
0
Julkaisut
241
Wiki
Toiminta
Selaa lähdekoodia
Export PS4 when RBENV_DEBUG is set for more informative debug output
pull/360/head^2
Sam Stephenson
13 vuotta sitten
vanhempi
045f6c1bce
commit
892aea138e
1 muutettua tiedostoa
jossa
5 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
libexec/rbenv
+ 5
- 1
libexec/rbenv
Näytä tiedosto
@ -1,7 +1,11 @@
#!/usr/bin/env bash
set -e
[ -n "$RBENV_DEBUG" ] && set -x
if [ -n "$RBENV_DEBUG" ]; then
export PS4='+ [${BASH_SOURCE##*/}:${LINENO}] '
set -x
fi
resolve_link() {
$(type -p greadlink readlink | head -1) "$1"
}
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna