argument -- this allows invocation of a program without knowing its
precise location in the file system.
;;; -*-Scheme-*-
;;;
-;;; $Id: process.scm,v 1.36 1995/01/30 20:04:30 cph Exp $
+;;; $Id: process.scm,v 1.37 1995/04/10 16:50:04 cph Exp $
;;;
;;; Copyright (c) 1991-95 Massachusetts Institute of Technology
;;;
(lambda ()
(set! process
(start-subprocess
- program
+ (os/find-program program directory)
(list->vector (cons (file-namestring program) arguments))
(if directory
(cons false (->namestring directory))