summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/hiredis/hiredis-0.6.3-r1.ebuild')
-rw-r--r--dev-ruby/hiredis/hiredis-0.6.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/hiredis/hiredis-0.6.3-r1.ebuild b/dev-ruby/hiredis/hiredis-0.6.3-r1.ebuild
index ec852faec264..9c657f2774af 100644
--- a/dev-ruby/hiredis/hiredis-0.6.3-r1.ebuild
+++ b/dev-ruby/hiredis/hiredis-0.6.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -33,7 +33,7 @@ RUBY_S="${MY_P}"
PATCHES=( "${FILESDIR}/${PN}-0.6.1-unvendor-hiredis.patch" )
all_ruby_prepare() {
- sed -i -e 's:/tmp/:'${T}'/:' test/connection_test.rb || die
+ sed -i -e "s:/tmp/:${T}/:" test/connection_test.rb || die
}
each_ruby_test() {