Oops, some more.
Typo in resend, it doesn't compile. Tsk. (perl -c is your friend.)
--- resend.orig Tue Nov 26 01:39:34 1996
+++ resend Tue Nov 26 01:40:14 1996
@@ -698,7 +698,7 @@
if ((/^precedence:/i && defined($opt_p)) # skip only if "-p" set
|| (/^received:/i && defined($opt_R)) # skip only if "-R" set
|| (/^reply-to:/i && defined($opt_r)) # skip only if "-r" set
- || (/^\s/ && ! $kept_last) # skip if skipped last
+ || (/^\s/ && ! $kept_last)) # skip if skipped last
{
$kept_last = 0;
print STDERR "$0: skipped\n" if $DEBUG;
The new Makefile doesn't define W_PATH anywhere, which causes the wrapper
to have a nice null PATH, which causes things like TLB to blow up (when
calling Sys::Hostname). It doesn't define W_SHELL, either.
...must..get..sleep....exhaustion...imminent..mind..failing...zzzz.
- J<
References:
|
|