From 01402cffd408a1849669e206c3493242136345fc Mon Sep 17 00:00:00 2001 From: timurvafin Date: Mon, 26 Jun 2023 14:47:23 +0300 Subject: [PATCH] Fix SC2155 --- ruby/config.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ruby/config.bash b/ruby/config.bash index 2b8b335..3e8aeab 100644 --- a/ruby/config.bash +++ b/ruby/config.bash @@ -5,4 +5,6 @@ # export RUBY_HEAP_FREE_MIN=500000 export BUNDLER_EDITOR=subl -export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)" + +RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)" +export RUBY_CONFIGURE_OPTS