From de53484b9bc83fc4555322d352d8964329067fe2 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 14 May 2019 12:06:31 -0400 Subject: [PATCH] Fix sslinstallnonstatic variable --- makewin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makewin.sh b/makewin.sh index 426719e8..accc9058 100755 --- a/makewin.sh +++ b/makewin.sh @@ -167,7 +167,7 @@ DESTDIR=$ldnsinstall make install || error_cleanup "ldns make install failed" cd .. # Build OpenSSL nonstatic -sslinstallnonstatic="(pwd)/sslinstallnonstatic" +sslinstallnonstatic="$(pwd)/sslinstallnonstatic" mkdir openssl-nonstatic cd openssl-nonstatic # remove openssl-a.b.c/ and put in openssl-nonstatic directory -- 2.47.3