Kaynağa Gözat

Exit with 0 status when a version file is read successfully

pull/360/head^2
Sam Stephenson 15 yıl önce
ebeveyn
işleme
e5c0fd22e1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      libexec/rbenv-version-file-read

+ 1
- 1
libexec/rbenv-version-file-read Dosyayı Görüntüle

@ -10,7 +10,7 @@ if [ -e "$VERSION_FILE" ]; then
version="${words[0]}"
if [ -n "$version" ]; then
echo "$version"
break
exit
fi
done < <( cat "$VERSION_FILE" && echo )
fi

Yükleniyor…
İptal
Kaydet