about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/filesystems/glusterfs/ssl_cert_path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/filesystems/glusterfs/ssl_cert_path.patch')
-rw-r--r--nixpkgs/pkgs/tools/filesystems/glusterfs/ssl_cert_path.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/tools/filesystems/glusterfs/ssl_cert_path.patch b/nixpkgs/pkgs/tools/filesystems/glusterfs/ssl_cert_path.patch
index 5964e14787e7..71b632e12eae 100644
--- a/nixpkgs/pkgs/tools/filesystems/glusterfs/ssl_cert_path.patch
+++ b/nixpkgs/pkgs/tools/filesystems/glusterfs/ssl_cert_path.patch
@@ -7,7 +7,7 @@ index fb8db11e9e..4c40683057 100644
  dnl Find out OpenSSL trusted certificates path
  AC_MSG_CHECKING([for OpenSSL trusted certificates path])
 -SSL_CERT_PATH=$(openssl version -d | sed -e 's|OPENSSLDIR: "\(.*\)".*|\1|')
--if test -d $SSL_CERT_PATH 1>/dev/null 2>&1; then
+-if test -d "${SSL_CERT_PATH}" 1>/dev/null 2>&1; then
 -   AC_MSG_RESULT([$SSL_CERT_PATH])
 -   AC_DEFINE_UNQUOTED(SSL_CERT_PATH, ["$SSL_CERT_PATH"], [Path to OpenSSL trusted certificates.])
 -   AC_SUBST(SSL_CERT_PATH)