Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!columbia!garfield.columbia.edu!metzger From: metzger@garfield.columbia.edu.UUCP Newsgroups: net.sources.bugs Subject: bug in recent posting of true Message-ID: <4515@columbia.UUCP> Date: Wed, 1-Apr-87 19:07:13 EST Article-I.D.: columbia.4515 Posted: Wed Apr 1 19:07:13 1987 Date-Received: Sat, 4-Apr-87 08:34:05 EST Sender: nobody@columbia.UUCP Reply-To: metzger@garfield.columbia.edu (Perry Metzger) Organization: Columbia University CS Department Lines: 14 The shar file for the recent PD version of true had a bug in it. It failed to properly chmod the executable to 755, thus making it unexecutable. Insert this patch into the shar file and things should be alright *** true.old Wed Apr 1 20:03:57 1987 --- true Wed Apr 1 20:05:21 1987 *************** *** 1,2 **** --- 1,3 ---- # !/bin/sh cat /dev/null > true + chmod 755 true