]> git.proxmox.com Git - mirror_qemu.git/commit
minikconf: fix parser typo
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 12 Mar 2019 16:48:48 +0000 (17:48 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Mar 2019 10:44:13 +0000 (11:44 +0100)
commit67163caebaff04d82f7080da902663780e29e74c
tree0bffeabcc74cc1159ab43755e77b34f1a2c8ce98
parent4b519ef1de9a7cb8123abadab9e6c5697373087c
minikconf: fix parser typo

The result of this typo would be that "select_foo" would be treated as a "select"
keyword followed by "_foo".  Nothing too bad, but easy to fix so let's be clean.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/minikconf.py