summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2022-06-08 09:55:26 +0200
committerSam James <sam@gentoo.org>2022-06-16 17:30:22 +0100
commita00725d62545efaf14456a803798a6f3a734cb20 (patch)
tree396e39230b8f791b1e4445c9dbb5a3e53c273113 /dev-db
parentdev-db/myodbc: fix unquoted variable EPREFIX (diff)
downloadgentoo-a00725d62545efaf14456a803798a6f3a734cb20.tar.gz
gentoo-a00725d62545efaf14456a803798a6f3a734cb20.tar.bz2
gentoo-a00725d62545efaf14456a803798a6f3a734cb20.zip
dev-db/pgtap: fix unquoted variable ED
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pgtap/pgtap-1.2.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pgtap/pgtap-1.2.0-r2.ebuild b/dev-db/pgtap/pgtap-1.2.0-r2.ebuild
index c622db920eb2..511d8d8d308b 100644
--- a/dev-db/pgtap/pgtap-1.2.0-r2.ebuild
+++ b/dev-db/pgtap/pgtap-1.2.0-r2.ebuild
@@ -33,6 +33,6 @@ src_configure() {
src_install() {
postgres-multi_src_install
- rm -r ${ED}/usr/share/doc/postgresql* || die "Failed to remove improper doc locations"
+ rm -r "${ED}"/usr/share/doc/postgresql* || die "Failed to remove improper doc locations"
dodoc doc/pgtap.mmd
}