aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-10 10:59:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-10 10:59:06 -0700
commit16c7fe24b16204072c24598c3b917c8695e87a27 (patch)
treec164c34745c9c69ea63681099cecf08f3d5e3086 /src/util.lisp
parentae809cf7d95190ca366f3192499f017ab301d590 (diff)
downloadconsfigurator-16c7fe24b16204072c24598c3b917c8695e87a27.tar.gz
add APT:MIRROR and APT:STANDARD-SOURCES.LIST
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp4
1 files changed, 4 insertions, 0 deletions
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