1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:20:26 +02:00
guile/test-suite/paths.scm
Greg J. Badros 60a740c41c * paths.scm: Use HOME envvar to find guile-modules (this at least
lets people use a symlink in their home directory to point at
guile-modules, instead of Jim's hard-coded path.
2000-01-05 16:41:12 +00:00

2 lines
119 B
Scheme

(define-module (test-suite paths))
(define-public datadir (string-append (getenv "HOME") "/guile-modules/test-suite"))