a64d59ec4c
wrapper that will need to be rewritten each time (looks like another GNU software engineering malpractice to me). Patches taken from netbsd. problem duly noted by Todd Fries.
14 lines
448 B
Plaintext
14 lines
448 B
Plaintext
$OpenBSD: patch-guile_init,v 1.1 2005/12/05 14:46:01 espie Exp $
|
|
--- guile.init.orig Mon Dec 5 15:31:51 2005
|
|
+++ guile.init Mon Dec 5 15:32:07 2005
|
|
@@ -124,7 +124,8 @@
|
|
((NOSVE) ".")
|
|
((MACOS THINKC) ":")
|
|
((MS-DOS WINDOWS ATARIST OS/2) "\\")
|
|
- ((UNIX COHERENT PLAN9 AMIGA) "/"))))
|
|
+ ((UNIX COHERENT PLAN9 AMIGA) "/")
|
|
+ (else "/"))))
|
|
(lambda (vic name)
|
|
(string-append vic name *vicinity-suffix*))))))
|
|
;@
|