]> git.ipfire.org Git - thirdparty/libvirt.git/commit
syntax: fix broken error message in previous patch
authorEric Blake <eblake@redhat.com>
Tue, 28 May 2013 15:49:53 +0000 (09:49 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 28 May 2013 15:52:03 +0000 (09:52 -0600)
commit0c8926daf9eab283dfbfe98123dec6f92e7c3ded
tree20c0b0f155dfbe857641cf9ded997f1f249bb9a8
parent406d8a980973cfd4caebbc886f5b283233409a64
syntax: fix broken error message in previous patch

Osier Yang pointed out that I introduced a syntax error in my
syntax check (I really shouldn't make last-minute changes without
testing them....).

/bin/sh: -c: line 2: syntax error near unexpected token `;'
/bin/sh: -c: line 2: `  { echo 'maint.mk: incorrect whitespace, see HACKING for rules' 2>&; \'
make: *** [bracket-spacing-check] Error 1

* cfg.mk (bracket-spacing-check): Fix copy-and-paste error.

Signed-off-by: Eric Blake <eblake@redhat.com>
cfg.mk