--- auto/otel.orig 2025-01-13 14:51:13 UTC +++ auto/otel @@ -8,14 +8,12 @@ if [ $NXT_OTEL = YES ]; then $echo -n " - checking for rust compiler ... " if [ -z $(which rustc 2>/dev/null) ]; then $echo "not found" - exit 1; fi $echo "found" $echo -n " - checking for cargo ... " if [ -z $(which cargo 2>/dev/null) ]; then $echo "not found." - exit 1; fi $echo "found"