From d25fd92ffdf9efd3bee9d8172a7f17393228d7a3 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Mon, 19 May 2025 05:10:07 +0400 Subject: [PATCH] bug --- bash/src/pman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/src/pman.sh b/bash/src/pman.sh index 4a2d928..094b269 100644 --- a/bash/src/pman.sh +++ b/bash/src/pman.sh @@ -426,7 +426,7 @@ EOF $(qvals echo "$(awk <"$changelog" ' BEGIN { p = 0 } p == 0 && $0 == "" { p = 1; next } -p == 1 { gsub(/\$/, "\\$", $0); print } +p == 1 { print } ')") >CHANGES.md git add CHANGES.md EOF