]> git.ipfire.org Git - thirdparty/dracut.git/commit
Use consistiently termination code macros
authorKamil Rytarowski <n54@gmx.com>
Sat, 11 May 2013 11:49:00 +0000 (13:49 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 28 May 2013 12:34:44 +0000 (14:34 +0200)
commit8974102f6b4d59a29e01d080262cbbb0a08571d3
tree6bc1feae69589e57f7b6b04abc043ab9236b7a2f
parent599182b10870a826360091246f0a5f26c691f690
Use consistiently termination code macros

Operate in install_all and install_one consequently on EXIT_SUCCESS
and EXIT_FAILURE termination code macros as they are meant to be
returned from these functions.
install/dracut-install.c