components/libpki/patches/03-libtool.patch
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Tue, 20 Dec 2016 05:20:38 -0800
branchs11u3-sru
changeset 7602 d86d5487437f
parent 6360 9d123b58131d
permissions -rw-r--r--
25296601 Upgrade Samba to 4.4.8 25298063 problem in UTILITY/SAMBA

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"