#973 add missing quote
Merged 3 years ago by decathorpe. Opened 4 years ago by nim.
nim/packaging-committee missing-quote  into  master

add missing quote
Nicolas Mailhot • 3 years ago  
@@ -311,7 +311,7 @@ 

  [source,bash]

  ----

  fc-scan -f \

-  %{family[0]};%{style[0]};%{fullname[0]};%{width};%{weight};%{slant};%{fontversion};%{file}\n" \

+  "%{family[0]};%{style[0]};%{fullname[0]};%{width};%{weight};%{slant};%{fontversion};%{file}\n" \

   /usr/share/fonts/${pkg} | sort -t ';' -k1,1d -k4,4n -k5,5n -k6,6n -k2,2d -k7,7dr \

   | uniq | column --separator ';' -t

  ----

no initial comment

rebased onto fe18b8d

3 years ago

Pull-Request has been merged by decathorpe

3 years ago

Yeah I too noticed this. Good that this got fixed already :)

Metadata