From: Chris Hanson Date: Mon, 27 Dec 1999 20:44:21 +0000 (+0000) Subject: Don't forget that .cmd is an executable file. X-Git-Tag: 20090517-FFI~4388 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=91c2b046132adb880b7ee192453f5576be316247;p=mit-scheme.git Don't forget that .cmd is an executable file. --- diff --git a/v7/src/runtime/os2prm.scm b/v7/src/runtime/os2prm.scm index b96ef729a..56571a60e 100644 --- a/v7/src/runtime/os2prm.scm +++ b/v7/src/runtime/os2prm.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: os2prm.scm,v 1.43 1999/04/26 16:35:21 cph Exp $ +$Id: os2prm.scm,v 1.44 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