Skip to content

Commit

Permalink
Improve mass-builder script
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jan 23, 2023
1 parent 01dc8f0 commit 283b662
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SOURCES/mass-builder
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,6 @@ getGraceFileSize() {
# Code: Yes
# Echo: No
setGlobalRubyVersion() {
if [[ $(rbenv global 2>/dev/null) != "system" ]] ; then
return 0
fi

if ! rbenv global "$1" &> /dev/null ; then
return 1
fi
Expand Down

0 comments on commit 283b662

Please sign in to comment.