bug in script

mcdermot at unmvax.UUCP mcdermot at unmvax.UUCP
Sat Feb 16 03:51:19 AEST 1985


Subject: script does not sync correctly with prog being scripted
Index: 	script under 2.9BSD

Description:
	script "buffers" lines from application programs and does
	not print them at the proper time. Sometimes input must be
	accepted before output is printed.

Repeat-By:
	Try this f77 program:
	print *,'message'
	read(5,*) i
	end

	or a similar C program.  Invoke script and run the program.
	Note that the message is not printed until the value for i
	is entered.


	Any ideas?



-- 

John McDermott			{gatech|ucbvax|convex|pur-ee}!unmvax!mcdermot
Univ of NM			W (505) 277-4650 
Albuquerque, NM 87131		H (505) 255-7796



More information about the Comp.bugs.2bsd mailing list