Bug 33158

Summary: sh expr cleanup in MAKEDEV
Product: Base System Reporter: adrian <adrian>
Component: binAssignee: Crist J. Clark <cjc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.5-PRERELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description adrian 2001-12-25 01:20:01 UTC
	When the MAKEDEV script was converted from extensive use
	of the expr(1) command to using sh builtin $((expr))
	arithmatic, a couple of no longer needed escapes of some
	operator characters were missed.

Fix: Apply this patch.

How-To-Repeat: 	Look at the code.
Comment 1 Crist J. Clark freebsd_committer freebsd_triage 2001-12-27 22:42:13 UTC
State Changed
From-To: open->analyzed

Committed to -CURRENT, thanks. After running by re@, will commit to 
-STABLE in day or two and close PR. 


Comment 2 Crist J. Clark freebsd_committer freebsd_triage 2001-12-27 22:42:13 UTC
Responsible Changed
From-To: freebsd-bugs->cjc

Will handle MFC.
Comment 3 Crist J. Clark freebsd_committer freebsd_triage 2002-01-01 00:33:36 UTC
State Changed
From-To: analyzed->closed

MFC'ed. Thanks again.