From 9b85a00a024702e3f125868d7f9aaa282f9f2cc1 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Wed, 14 Jan 2026 22:09:38 -0500 Subject: [PATCH] lint/bug --- tests/test-install-logic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-install-logic.sh b/tests/test-install-logic.sh index d926a68..1b843f8 100755 --- a/tests/test-install-logic.sh +++ b/tests/test-install-logic.sh @@ -25,7 +25,7 @@ cd "$SANDBOX" || exit 2 # If the local file already has a real version, inject the placeholder if ! grep -q "@@DEV_VERSION@@" git-remote-gcrypt; then sed -i.bak 's/^VERSION=.*/VERSION="@@DEV_VERSION@@"/' git-remote-gcrypt 2>/dev/null \ - || sed 's/^VERSION=.*/VERSION="@@DEV_VERSION@@"/' git-remote-gcrypt >git-remote-gcrypt.tmp && mv git-remote-gcrypt.tmp git-remote-gcrypt + || { sed 's/^VERSION=.*/VERSION="@@DEV_VERSION@@"/' git-remote-gcrypt >git-remote-gcrypt.tmp && mv git-remote-gcrypt.tmp git-remote-gcrypt; } fi chmod +x git-remote-gcrypt -- 2.52.0