[comp.os.minix] Minix 1.3 sh

jeff@questar.QUESTAR.MN.ORG (Jeff Holmes) (04/06/89)

	Hi,

	Could someone tell me why this locks my system (Minix 1.3).

	for i in *.c
	do
		echo $i
		cc -c -LIB -Di8088 $i >> bla 2>&1
	done

	If I do this it works fine...

	cc -c -LIB -Di8088 file.c >> bla 2>&1

	or this works fine...

	for i in *.c
	do
		echo $i
		cc -c -LIB -Di8088 $i
	done

	Seems like a bug in sh. Any ideas? 

	Also I've been trying for 2 months to get compress working
	with no luck. I compiled with seperate I&D space, I've
	looked through the code, I've recompiled my libraries and
	still can't get it to work. Could someone who has compress
	working mail me compress.c and how you compiled it? Please?

	Thanks in advance (and thank you to everyone who helped me
	get part 4 of egrep!).

	-jeff-
-- 
Jeff Holmes	                  DOMAIN: jeff@questar.mn.org 
Questar Data Systems                UUCP: amdahl!bungia!questar!jeff