From 16c7fe24b16204072c24598c3b917c8695e87a27 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 10 Mar 2021 10:59:06 -0700 Subject: add APT:MIRROR and APT:STANDARD-SOURCES.LIST Signed-off-by: Sean Whitton --- src/util.lisp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/util.lisp') diff --git a/src/util.lisp b/src/util.lisp index de49b5e..daa0b37 100644 --- a/src/util.lisp +++ b/src/util.lisp @@ -37,6 +37,10 @@ (string system) (symbol (string-downcase (symbol-name system))))) + +(defun stringmem (string list) + (member string list :test #'string=)) + ;;;; Version numbers -- cgit v1.2.3