]> err.no Git - pwstore/commitdiff
Revert "Ignore YAML document seperator"
authorAlexander Wirt <formorer@debian.org>
Sat, 5 Oct 2013 10:30:10 +0000 (12:30 +0200)
committerAlexander Wirt <formorer@debian.org>
Sat, 5 Oct 2013 10:30:10 +0000 (12:30 +0200)
This reverts commit fe46536c96213a9f98dbd1b6d5b2edadba9c490e.

pws

diff --git a/pws b/pws
index 5ff3c682729b162862f5a4aa4ff089fd22fbffe9..83ab6bbfe2b0033ad357ccf6cd7637a5dd514dee 100755 (executable)
--- a/pws
+++ b/pws
@@ -306,7 +306,7 @@ class GroupConfig
     users.split("\n").each do |line|
       lno = lno+1
       next if line =~ /^$/
-      next if line =~ /^(#|---)/
+      next if line =~ /^#/
       if (m = /^(#{USER_PATTERN})\s*=\s*([0-9A-Fa-f]{40})\s*$/.match line)
         user = m[1]
         fpr = m[2]