diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-01 17:34:57 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-01 17:34:57 -0400 |
commit | 303152d464631af69c2947631d0629aa31c099b3 (patch) | |
tree | a7e46151d6eaf836c27325b16f9e787003ec3c4c /scripts | |
parent | c45562762aab7e874eac71792f9eebb5185ee47d (diff) |
Debug p11util.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/convert-schema.sed | 10 |
1 files changed, 2 insertions, 8 deletions
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"/ |