summaryrefslogtreecommitdiffstats
path: root/requires.scm
diff options
context:
space:
mode:
Diffstat (limited to 'requires.scm')
-rw-r--r--requires.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/requires.scm b/requires.scm
index bd4b8bf..97d7cdd 100644
--- a/requires.scm
+++ b/requires.scm
@@ -2,12 +2,12 @@
(set! library-vicinity
(let* ((vl (case (software-type)
- ((AMIGA) '(#\: #\/))
- ((MS-DOS WINDOWS ATARIST OS/2) '(#\\ #\/))
- ((MACOS THINKC) '(#\:))
- ((NOSVE) '(#\: #\.))
- ((UNIX COHERENT) '(#\/))
- ((VMS) '(#\: #\]))))
+ ((AMIGA) '(#\: #\/))
+ ((MS-DOS WINDOWS ATARIST OS/2) '(#\\ #\/))
+ ((MACOS THINKC) '(#\:))
+ ((NOSVE) '(#\: #\.))
+ ((UNIX COHERENT PLAN9) '(#\/))
+ ((VMS) '(#\: #\]))))
(iv (implementation-vicinity))
(vc (and (positive? (string-length iv))
(string-ref iv (+ -1 (string-length iv)))))