From 2c6bee869127951c08500d982ca19438a00a038f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 5 Nov 2025 11:34:22 +0100 Subject: [PATCH] english comment --- misc/tools.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools.func b/misc/tools.func index de0b2d50d..f11b97f3e 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -4188,12 +4188,12 @@ function setup_uv() { local TMP_DIR=$(mktemp -d) local CACHED_VERSION - # Trap für TMP Cleanup + # trap for TMP Cleanup trap "rm -rf '$TMP_DIR'" EXIT CACHED_VERSION=$(get_cached_version "uv") - # Architektur-Detection + # Architecture Detection local ARCH=$(uname -m) local OS_TYPE="" local UV_TAR=""