Search path fixes #6

Closed
Retropikzel wants to merge 5 commits from development into master
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 6af11b5d9b - Show all commits

View File

@ -7,7 +7,7 @@
(srfi 13)
(srfi 14))
(include "licenses.data-scm")
(include "licenses.scm")
(define tmpdir (list-ref (command-line) 1))
(if (not (file-exists? "repo.scm")) (error "No repo.scm found"))