#| -*-Scheme-*-
-$Id: syncproc.scm,v 1.7 1999/02/01 05:00:44 cph Exp $
+$Id: syncproc.scm,v 1.8 1999/04/20 01:09:54 cph Exp $
Copyright (c) 1999 Massachusetts Institute of Technology
(define (run-synchronous-subprocess-1 program arguments context)
(let ((directory
(let ((directory (subprocess-context/working-directory context)))
- (and directory
- (merge-pathnames directory))))
+ (if directory
+ (merge-pathnames directory)
+ (working-directory-pathname))))
(process #f))
(bind-condition-handler '()
(lambda (condition)