[net.sources.bugs] bug in recent posting of true

metzger@garfield.columbia.edu.UUCP (04/02/87)

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