Bug 9009 - sed broken in 3.0current as of 1998.12.07
Summary: sed broken in 3.0current as of 1998.12.07
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 3.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-12-08 08:50 UTC by Michael Galassi
Modified: 1998-12-09 04:11 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Galassi 1998-12-08 08:50:01 UTC
	recent changes to src/usr/bin/sed/{compile,process}.c have
	broken sed's ability to deal with some fairly simple expressions
	encountered while building certain ports.  Eg security/ssh2.

Fix: 

n/a
How-To-Repeat: 	make world with compile.c v1.11 & process.c v1.8
	# cd /usr/ports/security/ssh2<cr> (or several others)
	# make<cr>
	creating ./config.status
	creating Makefile
	sed: 1: "s%:% ./%g": bad flag in substitute command: 's'
	#
Comment 1 bill fumerola freebsd_committer freebsd_triage 1998-12-09 04:11:27 UTC
State Changed
From-To: open->closed

Archie has fixed these problems.