examples: Add newlines to accidentally unwrapped comment lines
authorW. Trevor King <wking@tremily.us>
Fri, 1 Feb 2013 02:17:50 +0000 (21:17 -0500)
committerBrian Dolbec <dolsen@gentoo.org>
Thu, 6 Jun 2013 03:48:51 +0000 (20:48 -0700)
commitf2c2bd4175fd06f6ec07b1dcb2687e0904e56286
tree44af283c86ff5761ee97d536159ab2c6b4ea66ba
parent754d76bfc5bb8d8d34fcbcbe66f21b4542ee1568
examples: Add newlines to accidentally unwrapped comment lines

With:

  $ sed -i 's/^\(#.*\)\(#.*\)/\1\n\2/' examples/*.spec
examples/grp_template.spec
examples/livecd-stage1_template.spec
examples/livecd-stage2_template.spec
examples/netboot_template.spec
examples/snapshot_template.spec
examples/stage4_template.spec
examples/tinderbox_template.spec