original commit: 2b022f7c21686cfc77b3847044a6e46cb0b4d8f8
This commit is contained in:
Matthew Flatt 2002-02-18 19:07:59 +00:00
parent 64b2048dae
commit f5477f2aa3

View File

@ -23,7 +23,7 @@
(if (file-exists? cmd)
cmd
;; One last try: up a dir
(build-path d '.. "command.com"))))))])
(build-path d 'up "command.com"))))))])
(list cmd
'exact
(format "~a /c ~a" cmd argstr))))