summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2004-10-17 13:39:42 +0000
committerschweikh <schweikh@FreeBSD.org>2004-10-17 13:39:42 +0000
commit642fb16ac0a1d3a643105af0697c1fbbbff77dad (patch)
tree6a700d4c5d7942a16d9498709904f6ed09a96fe9 /UPDATING
parent2816c3d57bf88b05d4e46bee05631b17223c1ece (diff)
downloadFreeBSD-src-642fb16ac0a1d3a643105af0697c1fbbbff77dad.zip
FreeBSD-src-642fb16ac0a1d3a643105af0697c1fbbbff77dad.tar.gz
Fix a bogus variable assignment. You can't expect
_msg="a" \ " b" to concat the strings. Use _msg="a" _msg="$_msg b" instead (intent is to not exceed 80 chars per line). MFC after: 1 week
Diffstat (limited to 'UPDATING')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud