FreeBSD Bugzilla – Attachment 199473 Details for
Bug 233423
devel/tig: Use textproc/gsed for configure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tig.diff
tig.diff (text/plain), 1.02 KB, created by
Tobias Kortkamp
on 2018-11-23 07:21:39 UTC
(
hide
)
Description:
tig.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2018-11-23 07:21:39 UTC
Size:
1.02 KB
patch
obsolete
>Index: files/patch-tools_make-builtin-config.sh >=================================================================== >--- files/patch-tools_make-builtin-config.sh (nonexistent) >+++ files/patch-tools_make-builtin-config.sh (working copy) >@@ -0,0 +1,13 @@ >+Avoid GNUism \s >+ >+--- 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: 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tobik
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 233423
:
199467
| 199473