Pārlūkot izejas kodu

Exit with 0 status when a version file is read successfully

pull/360/head^2
Sam Stephenson pirms 15 gadiem
vecāks
revīzija
e5c0fd22e1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      libexec/rbenv-version-file-read

+ 1
- 1
libexec/rbenv-version-file-read Parādīt failu

@ -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

Notiek ielāde…
Atcelt
Saglabāt