]> git.ipfire.org Git - thirdparty/grub.git/commit
Failed config now returns exit code (#1252311)
authorRobert Marshall <rmarshall@redhat.com>
Fri, 29 Jan 2016 19:49:24 +0000 (14:49 -0500)
committerVladimir Serbinenko <phcoder@gmail.com>
Fri, 11 Mar 2016 16:24:56 +0000 (17:24 +0100)
commit3c3e96d0443e8de64ff29a6563fb69c8a37dd15a
tree39ade72feda8ebc8c3a7592b6b14c5a9d7c3ca7a
parent15aee573d2312ebf4aab53d07d3d30eccf1484f9
Failed config now returns exit code (#1252311)

Grub would notify the user if the new config was invalid, however, it
did not exit properly with exit code 1. Added the proper exit code.

Resolves: rhbz#1252311
util/grub-mkconfig.in