Add missing quotation marks inadvertently deleted in previous patching.

pull/2/head
Darrell Anderson 12 years ago
parent 30a104067d
commit 2863835037

@ -66,7 +66,7 @@ unset DYLD_FORCE_FLAT_NAMESPACE
# Check whether prelinking is enabled. If so, exporting TDE_IS_PRELINKED improves
# loading TDE. The $TDE_IS_PRELINKED variable might already be set on some systems
# through /etc/profile.d, so first check whether the variable exists.
if [ $TDE_IS_PRELINKED = "" ]; then
if [ "$TDE_IS_PRELINKED" = "" ]; then
if [ -r /etc/default/prelink ]; then
. /etc/default/prelink
if [ "$PRELINKING" == "yes" ]; then

Loading…
Cancel
Save