changeset 9141:ce87b1399385 icedtea-2.6.9

PR3324: Fix NSS_LIBDIR substitution in make_generic_profile.sh broken by PR1989
author andrew
date Mon, 13 Feb 2017 03:45:45 +0000
parents 1a7a2bd9abe9
children c5d3193865e9
files make/jdk_generic_profile.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/jdk_generic_profile.sh	Tue Feb 07 04:14:25 2017 +0000
+++ b/make/jdk_generic_profile.sh	Mon Feb 13 03:45:45 2017 +0000
@@ -634,7 +634,7 @@
   echo "No NSS library directory detected.";
 fi
 echo "Using NSS_LIBDIR=${NSS_LIBDIR}"
-sed -e "s#@NSS_LIBDIR@#$()#" \
+sed -e "s#@NSS_LIBDIR@#${NSS_LIBDIR}#" \
   ${jdk_topdir}/src/share/lib/security/nss.cfg.in \
   > ${jdk_topdir}/src/share/lib/security/nss.cfg