--- trunk/openssl-c_rehash/openssl-c_rehash.sh 2015/07/29 07:35:57 2875 +++ trunk/openssl-c_rehash/openssl-c_rehash.sh 2015/07/29 07:37:48 2876 @@ -167,7 +167,7 @@ # choose the name of an ssl application if [ -n "${OPENSSL}" ] then - SSL_CMD=$(which ${OPENSSL} 2>/dev/null) + SSL_CMD=$(type -P ${OPENSSL}) else SSL_CMD=/usr/bin/openssl OPENSSL=${SSL_CMD}