blob: b9aebd5aae0796db1f31010d08466070460c1362 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- 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"
|