From 0ac9c6306d3d6d2702a9a3c0bda562f1a06b92b2 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Sun, 19 Mar 2017 09:19:11 +0100
Subject: [PATCH] drop the , in store list

---
 textarchive/vlib001.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textarchive/vlib001.pl b/textarchive/vlib001.pl
index 2a789b9..2be5617 100755
--- a/textarchive/vlib001.pl
+++ b/textarchive/vlib001.pl
@@ -171,7 +171,7 @@ if ($op_mode eq 'refresh')
   my $store_cfg= $stores_p->{$store};
   unless (defined ($store_cfg))
   {
-    print "no store config found", (($store) ? " for '$store'" : ''), "; check these: ", join (', ', sort keys %$stores_p), "\n";
+    print "no store config found", (($store) ? " for '$store'" : ''), "; check these: ", join (' ', sort keys %$stores_p), "\n";
     print "or use --edit to find out more\n";
     exit (2);
   }
-- 
GitLab