Mercurial > hg > dhcpcd
changeset 2174:23b079b3fba6 draft
Remove whitespace between options
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Fri, 29 Nov 2013 17:38:44 +0000 |
| parents | 919529f8f6bb |
| children | a04514e74245 |
| files | genembedc |
| diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/genembedc Fri Nov 29 17:10:10 2013 +0000 +++ b/genembedc Fri Nov 29 17:38:44 2013 +0000 @@ -43,5 +43,12 @@ const char *dhcpcd_embedded_conf[] = { EOF -$TOOL_SED -e 's/#.*$//' -e '/^$/d' -e 's/^/"/g' -e 's/$/\",/g' $CONF +$TOOL_SED \ + -e 's/#.*$//' \ + -e '/^$/d' \ + -e 's/^/"/g' \ + -e 's/$/\",/g' \ + -e 's/ [ ]*/ /g' \ + -e 's/ [ ]*/ /g' \ + $CONF printf "%s\n%s\n" "NULL" "};"
