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