aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xTools/scripts/de-pkg-comment5
1 files changed, 3 insertions, 2 deletions
diff --git a/Tools/scripts/de-pkg-comment b/Tools/scripts/de-pkg-comment
index fcd031ff8ceb..b82991908efc 100755
--- a/Tools/scripts/de-pkg-comment
+++ b/Tools/scripts/de-pkg-comment
@@ -102,8 +102,9 @@ ARGV.each { |$dir|
end
open(commentfile) { |f|
- comment = f.gets.chomp
- contents << "COMMENT#{assign}\t#{comment}\n"
+ comment = f.gets.strip
+ quoted_comment = comment.gsub(/#/, '\\#').gsub(/\$/, '$$')
+ contents << "COMMENT#{assign}\t#{quoted_comment}\n"
}
when /^COMMENTFILE\s*([?!:]?=)/
info("COMMENTFILE is defined. Please check out and edit manually.")
git/freebsd-ports-gnome/commit/comms/xnecview?h=dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764'>Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1 * Support stagingehaupt2014-03-201-5/+4 * In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1