From 303152d464631af69c2947631d0629aa31c099b3 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 1 Jul 2015 17:34:57 -0400 Subject: Debug p11util. --- scripts/convert-schema.sed | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'scripts') diff --git a/scripts/convert-schema.sed b/scripts/convert-schema.sed index 55aaadc..f8874b3 100644 --- a/scripts/convert-schema.sed +++ b/scripts/convert-schema.sed @@ -56,11 +56,5 @@ s/[ ]*$// s/\\/\\\\/g s/"/\\"/g -# Quote each line of text. Literal transcription would be: -# -# s/^.*$/"&\\n"/ -# -# but SQL doesn't need the line breaks, so we can use -# whitespace to generate something a bit more readable. -# -s/^.*$/" &"/ +# Quote each line of text. +s/^.*$/" &" "\\n"/ -- cgit v1.2.3