Use single quotes rather than double quotes when needed
authorRichard Levitte <levitte@openssl.org>
Sat, 12 Mar 2016 09:46:14 +0000 (10:46 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 12 Mar 2016 23:02:55 +0000 (00:02 +0100)
commit8a0a3d293cc51c1cfeb5a3fecca01ec106747694
tree7da44a9ca577d101f2571fe080403212d2198388
parentbbd9a50fa8e371927c290170ab6b8ac2597e5ff9
Use single quotes rather than double quotes when needed

When passing down values to Makefile.shared, do so with single quotes
as much as possible to avoid having the shell create a mess of quotes.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/unix-Makefile.tmpl