From bf304f4c287f0a4501be6c0d4680c403a43735fd Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 23 Feb 2021 17:01:49 -0700 Subject: implement the basic functionaltiy of :DEBIAN-SBCL connection type Signed-off-by: Sean Whitton --- src/util.lisp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/util.lisp') diff --git a/src/util.lisp b/src/util.lisp index 9c6c4ec..64d049f 100644 --- a/src/util.lisp +++ b/src/util.lisp @@ -32,6 +32,11 @@ `(and (symbolp ,symbol) (string= (symbol-name ',name) (symbol-name ,symbol)))) +(defun normalise-system (system) + (etypecase system + (string system) + (symbol (string-downcase + (symbol-name system))))) ;;;; Version numbers -- cgit v1.2.3