From c1d00d5062125ddbf10575242c86ef3b5766cdad Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Tue, 17 Aug 2021 12:56:30 +0300 Subject: [PATCH] Add (lassik ...) prefix to command-line --- command-line-test.scm | 2 +- command-line.sld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/command-line-test.scm b/command-line-test.scm index daa833c..62b7d83 100644 --- a/command-line-test.scm +++ b/command-line-test.scm @@ -1,4 +1,4 @@ -(import (scheme base) (command-line) (srfi 64)) +(import (scheme base) (srfi 64) (lassik command-line)) (test-begin "command-line") diff --git a/command-line.sld b/command-line.sld index 5e0d684..226e040 100644 --- a/command-line.sld +++ b/command-line.sld @@ -1,4 +1,4 @@ -(define-library (command-line) +(define-library (lassik command-line) (export join-posix-command-line join-windows-command-line) (import (scheme base))