Searched refs:LIBRUBY_DEPENDENCY_EXISTS (Results 1 – 2 of 2) sorted by relevance
48 LIBRUBY_DEPENDENCY_EXISTS="$(find "$INSTALLATION_DIR" -name 'grpc_c.so' -exec ldd {} \; | grep -c '…49 if [[ "$LIBRUBY_DEPENDENCY_EXISTS" != 0 ]]; then56 if [ "$LIBRUBY_DEPENDENCY_EXISTS" != 0 ] || [ "$DEPENDENCY_NOT_FOUND" != 0 ]; then
62 LIBRUBY_DEPENDENCY_EXISTS="$(find "$INSTALLATION_DIR" -name 'grpc_c.so' -exec ldd {} \; | grep -c '…63 if [[ "$LIBRUBY_DEPENDENCY_EXISTS" != 0 ]]; then70 if [ "$LIBRUBY_DEPENDENCY_EXISTS" != 0 ] || [ "$DEPENDENCY_NOT_FOUND" != 0 ]; then