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 1434ce6 commit 01dc8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SOURCES/mass-builder
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ build() {
has_errors=true
fi

if ! command -v ruby &> /dev/null ; then
if ! ruby --version &> /dev/null ; then
if [[ -z "$is_ruby_set" ]] ; then
setGlobalRubyVersion "$version"
fi
Expand Down

0 comments on commit 01dc8f0

Please sign in to comment.