From 4bc0615154cd8871c456d27db9ebb3e266c430d8 Mon Sep 17 00:00:00 2001 From: Christian Moser Date: Wed, 20 Aug 2025 15:17:07 +0200 Subject: [PATCH] 2025.08.20 15:17:07 (laptop1.cmoser.eu) --- git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.sh b/git.sh index 94d187a..fd3d514 100644 --- a/git.sh +++ b/git.sh @@ -131,7 +131,7 @@ git-init-gpg() { } git-commit-timestamp() { - winver=$(which winver) + winver=$(which winver 2>/dev/null) if [ -n "$WINVER" ]; then local hostname="$(hostname)" else