chiark / gitweb /
Allow tabs in environment files
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 12 Sep 2013 01:50:16 +0000 (21:50 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 12 Sep 2013 01:58:22 +0000 (21:58 -0400)
commitac4c8d6da8b5ebc35f02c9c6cb7595be7b134a05
treed666c2db49efa06b0cdc4511ab0276f2bc38ea68
parent0b429ab7fca2aa139ffbeeac8bdcfbbd21cc1a60
Allow tabs in environment files

bash allows them, and so should we.

string_has_cc is changed to allow tabs, and if they are not wanted,
they must be now checked for explicitly. There are two other callers,
apart from the env file loaders, and one already checked anyway, and
the other is changed to check.

https://bugs.freedesktop.org/show_bug.cgi?id=68592
https://bugs.gentoo.org/show_bug.cgi?id=481554
src/hostname/hostnamed.c
src/shared/util.c
src/test/test-fileio.c