Signed-off-by: Sam James <s...@gentoo.org>
---
 eclass/ruby-ng.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index b20c3b4629155..f10c987ac44a7 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -392,7 +392,7 @@ fi
 
 _ruby_invoke_environment() {
        old_S=${S}
-       if [ -z "${RUBY_S}" ]; then
+       if [[ -z ${RUBY_S} ]]; then
                sub_S=${P}
        else
                sub_S=${RUBY_S}
@@ -728,7 +728,7 @@ ruby-ng_rspec() {
 
        # Explicitly pass the expected spec directory since the versioned
        # rspec wrappers don't handle this automatically.
-       if [ ${#@} -eq 0 ]; then
+       if [[ $# -eq 0 ]]; then
                files="spec"
        fi
 
-- 
2.41.0


Reply via email to