Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!mcvax!enea!erix!bengtb From: bengtb@erix.UUCP Newsgroups: comp.os.minix Subject: Bugg in run script in /usr/minix/lib Message-ID: <1479@erix.UUCP> Date: Wed, 26-Aug-87 17:19:39 EDT Article-I.D.: erix.1479 Posted: Wed Aug 26 17:19:39 1987 Date-Received: Sat, 29-Aug-87 08:02:04 EDT Reply-To: bengtb@erix.UUCP (Bengt Baverman) Organization: Ericsson Telecom, Stockholm, Sweden Lines: 16 After having rebuilt my libc.a several times without getting all the modules inserted, especially not puts.s I found the BUG. It's in the run script! The script checks for non-present modules with this command: if grep -s $f ... but should really be: if grep -s "^$f" else the existens of fputs.s will make the script ignore the puts.s module! No big bug, but it sure irritated me... Bengt Baverman bengtb@erix.se