Fix continuation lines default tip
authorHeiko Schlittermann <hs@schlittermann.de>
Thu, 01 Oct 2015 17:31:42 +0200
changeset 5 08185907e5cc
parent 4 01d73aa9d30d
Fix continuation lines
schema2ldif
--- a/schema2ldif	Thu Oct 01 16:48:04 2015 +0200
+++ b/schema2ldif	Thu Oct 01 17:31:42 2015 +0200
@@ -86,7 +86,7 @@
 
 # some modifications according to the above mentioned
 # zytrax url
-s/\n\s+//xgms;
+s/\n\s//xgms;
 s/^(?!(?:olc|dn|objectClass|cn)).*?\n//xmsg;
 s/(?<=^dn:\scn=){\d+}(\w+)/$1,cn=schema,cn=config/xms;
 s/(?<=^cn:\s){\d+}//xmsg;