From c8d969d38a3231e906c2413c9908462c59b07ecb Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:21:15 +0200 Subject: [PATCH] Replace output redirection with touch command --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 8172b5c8e..8d5691116 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -2007,7 +2007,7 @@ check_for_gh_release() { if [[ -z "$current" ]]; then msg_info "${app} pinned to v${pinned_version}, no local version → install required" CHECK_UPDATE_RELEASE="$pinned_version" - : >"$current_file" + touch "$current_file" return 0 fi