Index: head/devel/tig/files/patch-tools_make-builtin-config.sh =================================================================== --- head/devel/tig/files/patch-tools_make-builtin-config.sh (nonexistent) +++ head/devel/tig/files/patch-tools_make-builtin-config.sh (revision 485659) @@ -0,0 +1,15 @@ +sed: 1: "s/\s*#.*//": RE error: trailing backslash (\) + +cf. PR 229925 + +--- tools/make-builtin-config.sh.orig 2018-11-23 06:50:40 UTC ++++ tools/make-builtin-config.sh +@@ -21,7 +21,7 @@ TIGRC="${1:-tigrc}" + + read_tigrc() { + if test -z "$NO_BUILTIN_TIGRC"; then +- sed 's/\s*#.*//' "$TIGRC" | sed 's,\\,\\\\\\\\,g' | sed 's,",\\\\",g' | sed 's/ \+/ /g' ++ sed 's/[[:space:]]*#.*//' "$TIGRC" | sed 's,\\,\\\\\\\\,g' | sed 's,",\\\\",g' | sed 's/ \+/ /g' + else + echo '#' + fi Property changes on: head/devel/tig/files/patch-tools_make-builtin-config.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property