From ac3351ca355d497b62c9f9edad10a8e34a488b3d Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Fri, 13 Sep 2019 17:33:23 +0300 Subject: [PATCH] sys-cluster/rdma-core: fix quotes Closes: https://bugs.gentoo.org/589728 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- sys-cluster/rdma-core/files/srpd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/rdma-core/files/srpd.init b/sys-cluster/rdma-core/files/srpd.init index c54e5d81ed58..07f5ec2d29a7 100644 --- a/sys-cluster/rdma-core/files/srpd.init +++ b/sys-cluster/rdma-core/files/srpd.init @@ -7,7 +7,7 @@ pidfile="/run/${SVCNAME}.pid" start_stop_daemon_args="-b -m" rdma_config="/etc/infiniband/openib.conf" -[ -f ${rdma_config} ] && source ${rdma_config}" +[ -f ${rdma_config} ] && source ${rdma_config} [ ${SRP_DEFAULT_TL_RETRY_COUNT} ] && command_args="-l ${SRP_DEFAULT_TL_RETRY_COUNT}" -- 2.26.2