From 91c2b046132adb880b7ee192453f5576be316247 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 27 Dec 1999 20:44:21 +0000 Subject: [PATCH] Don't forget that .cmd is an executable file. --- v7/src/runtime/os2prm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1