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:
330e4b9
)
Add additional environment variable to check in order to find the
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 23 Dec 1997 05:09:01 +0000
(
05:09
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 23 Dec 1997 05:09:01 +0000
(
05:09
+0000)
Windows 95 system directory.
v7/src/runtime/ntprm.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/ntprm.scm
b/v7/src/runtime/ntprm.scm
index d2abad6589835cd4cf057eb1032632f4d1027ccd..9e9ec927b36d69e14eece34674ca6aca0612818a 100644
(file)
--- a/
v7/src/runtime/ntprm.scm
+++ b/
v7/src/runtime/ntprm.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: ntprm.scm,v 1.1
8 1997/12/23 02:27:1
1 cph Exp $
+$Id: ntprm.scm,v 1.1
9 1997/12/23 05:09:0
1 cph Exp $
Copyright (c) 1992-97 Massachusetts Institute of Technology
@@
-269,6
+269,7
@@
MIT in each case. |#
(lambda ()
(let ((sysroot
(or (trydir (get-environment-variable "SystemRoot"))
+ (trydir (get-environment-variable "windir"))
(trydir (get-environment-variable "winbootdir")))))
(if (not sysroot)
(error "Unable to find Windows system root."))