[krbdev.mit.edu #8429] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Mon Jun 20 12:32:43 EDT 2016
Fix Makefile for paths containing '+' character
include/Makefile uses a regex to perform variable substitution with '+'
as the sed delimiter. Paths containing " are already invalid in this
approach, so it is better to use " as the delimiter instead of any
other rare symbol.
https://github.com/krb5/krb5/commit/cf872b9f25955ea2d51589a094df3a78fb582a6d
Author: Dmitry Kalinkin <dkalinkin at bnl.gov>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: cf872b9f25955ea2d51589a094df3a78fb582a6d
Branch: master
src/include/Makefile.in | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
More information about the krb5-bugs
mailing list