Skip to content
Extraits de code Groupes Projets
Valider cb145720 rédigé par Jonne Haß's avatar Jonne Haß
Parcourir les fichiers

only use if defined

parent 6f283632
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
#!/bin/bash #!/bin/bash
root=$(dirname $(readlink -e $BASH_SOURCE)) if [ -n "${BASH_SOURCE}" ]; then
root=$(dirname $(readlink -e $BASH_SOURCE))
else
root="."
fi
if [ -e "${root}/.rvmrc_custom" ]; then if [ -e "${root}/.rvmrc_custom" ]; then
source ${root}/.rvmrc_custom source ${root}/.rvmrc_custom
else else
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter