Patch-ID# 100543-01
Keywords: indent -bl left brace
Synopsis: indent utility with -bl option does not work correctly
Date: 10-Mar-92
 
SunOS release: 4.x
 
BugId's fixed with this patch: 1084069

Architectures for which this patch is available: sun4

Problem Description:
	The indent utility did not know how to handle a left brace on an
	else statement when the -bl option was used.  The result was garbled
	output,

INSTALL:
	# become root
	# mv /bin/indent to /bin/indent.orig
	# cp /sun4c/4.x/indent /bin/indent
	# chmod 755 /bin/indent


