Opened 17 years ago

Closed 17 years ago

#1539 closed bug (fixed)

strange problem with pipes

Reported by: kaliber Owned by: bonefish
Priority: normal Milestone: R1
Component: System Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Try this under Haiku:

seq 200 | while read line; do echo ":$line:"; done

The result is strange:

:1:
::
:9:
:124:
:156:
:188:

I'm using rev. 22462

Change History (2)

comment:1 by bonefish, 17 years ago

Owner: changed from axeld to bonefish
Status: newassigned

comment:2 by bonefish, 17 years ago

Resolution: fixed
Status: assignedclosed

Fixed in hrev22480.

Note: See TracTickets for help on using tickets.