]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cfg.mk: Simplify backslash alignment check
authorAndrea Bolognani <abologna@redhat.com>
Mon, 4 Dec 2017 10:12:06 +0000 (11:12 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 15 Dec 2017 12:38:39 +0000 (13:38 +0100)
commitf131dacf68f986098552973e46b9d3ad1721be8d
tree10e7468e525d746f5f44684f16686904c6b5ed0a
parent16a9a28129993d87639a22e4799557e15c22ac1c
cfg.mk: Simplify backslash alignment check

The use of [[:blank:]] was intended to cover tabs as well, but
it couldn't possibly work in its current form, so the regex was
tweaked in d09429abe826.

With the original reason for using [[:blank:]] now gone, we can
replace its usage with plain spaces. A comment about the purpose
of the check is added as well.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
cfg.mk