Skip to content

Commit

Permalink
Fix HAVE_LANG_RUBY
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Dec 4, 2023
1 parent 4a5cbbb commit 916ce8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/acr-sh
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,8 @@ env_ruby() {
if [ "${LANG_RUBY_ENV}" ]; then return ; fi
add_envword "RUBY"
add_envword "RUBY_VERSION"
LANG_RUBY_ENV="RUBY RUBY_VERSION" ## TODO no need to use this now.
add_envword "HAVE_LANG_RUBY"
LANG_RUBY_ENV="RUBY RUBY_VERSION HAVE_LANG_RUBY" ## TODO no need to use this now.
ENVHELP=`cat <<EOF
${ENVHELP}
RUBY Ruby interpreter path or binary name.
Expand Down

0 comments on commit 916ce8b

Please sign in to comment.