From b5c6017c6d186e05546c3c1f5cec424f02e1f1f4 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 10 Apr 1995 20:21:31 +0000 Subject: [PATCH] Call OS/FIND-PROGRAM explicitly in one place where it is needed. --- v7/src/edwin/sendmail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/sendmail.scm b/v7/src/edwin/sendmail.scm index 617c2221c..a4bc0bf43 100644 --- a/v7/src/edwin/sendmail.scm +++ b/v7/src/edwin/sendmail.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: sendmail.scm,v 1.22 1995/04/09 23:06:17 cph Exp $ +;;; $Id: sendmail.scm,v 1.23 1995/04/10 20:21:31 cph Exp $ ;;; ;;; Copyright (c) 1991-95 Massachusetts Institute of Technology ;;; @@ -519,7 +519,7 @@ Numeric argument means justify as well." ;; user as soon as possible. (let ((process (start-pipe-subprocess - program + (os/find-program program #f) (vector (file-namestring program) "-oi" "-t" (string-append "-f" user-name) -- 2.25.1