projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2ae12b
)
Don't forget that .cmd is an executable file.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 27 Dec 1999 20:44:21 +0000
(20:44 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 27 Dec 1999 20:44:21 +0000
(20:44 +0000)
v7/src/runtime/os2prm.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/os2prm.scm
b/v7/src/runtime/os2prm.scm
index b96ef729aff3c696d11b40e5131b44354d450ad2..56571a60ea021cca9a4f6aa108ecd7b63da25c54 100644
(file)
--- a/
v7/src/runtime/os2prm.scm
+++ b/
v7/src/runtime/os2prm.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: os2prm.scm,v 1.4
3 1999/04/26 16:35
:21 cph Exp $
+$Id: os2prm.scm,v 1.4
4 1999/12/27 20:44
:21 cph Exp $
Copyright (c) 1994-1999 Massachusetts Institute of Technology
@@
-608,4
+608,4
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
(list "/c" command))
(define (os/executable-pathname-types)
- '("exe" "com" "bat" "btm"))
\ No newline at end of file
+ '("exe" "com" "bat" "
cmd" "
btm"))
\ No newline at end of file