components/libpki/patches/03-libtool.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Tue, 13 Sep 2016 13:02:35 -0700
changeset 6896 142170914c4c
parent 5897 495a9e2444e4
permissions -rw-r--r--
Added tag s12-108.1 for changeset 71ef4536e377

Patch origin: in-house
Patch status: Solaris-specific; not suitable for upstream

eval doesn't work as expected with quotes on Solaris.

--- libpki-0.8.9/build/ltmain.sh	Tue Nov 10 13:50:30 2015
+++ libpki-0.8.9/build/ltmain.sh	Wed Nov 11 14:43:19 2015
@@ -657,7 +657,7 @@
     }
 
     if ${opt_dry_run-false}; then :; else
-      eval "$my_cmd"
+      eval $my_cmd
       my_status=$?
       if test "$my_status" -eq 0; then :; else
 	eval "(exit $my_status); $my_fail_exp"