direct-io.hg
changeset 14010:92a4aafb8cbc
Merge
author | Tim Deegan <Tim.Deegan@xensource.com> |
---|---|
date | Tue Feb 20 15:37:28 2007 +0000 (2007-02-20) |
parents | 6746873997b5 75697d623a2b |
children | c57d80520e7a f48553000369 |
files |
line diff
1.1 --- a/tools/check/check_crypto_lib Tue Feb 20 15:37:03 2007 +0000 1.2 +++ b/tools/check/check_crypto_lib Tue Feb 20 15:37:28 2007 +0000 1.3 @@ -3,8 +3,9 @@ 1.4 1.5 RC=0 1.6 1.7 +PATH=/sbin:$PATH 1.8 set -e 1.9 -ldconfig -v 2>&1 | grep -q libcrypto.so || RC=1 1.10 +ldconfig -p 2>&1 | grep -q libcrypto.so || RC=1 1.11 1.12 if test ${RC} -ne 0; then 1.13 echo