From: Chris Hanson Date: Mon, 10 Apr 1995 20:21:31 +0000 (+0000) Subject: Call OS/FIND-PROGRAM explicitly in one place where it is needed. X-Git-Tag: 20090517-FFI~6474 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b5c6017c6d186e05546c3c1f5cec424f02e1f1f4;p=mit-scheme.git Call OS/FIND-PROGRAM explicitly in one place where it is needed. --- 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)