]> git.ipfire.org Git - thirdparty/dracut.git/commit
Style cleanups in main dracut script.
authorVictor Lowther <victor.lowther@gmail.com>
Sat, 23 May 2009 02:24:29 +0000 (19:24 -0700)
committerHarald Hoyer <harald@redhat.com>
Mon, 25 May 2009 10:03:31 +0000 (12:03 +0200)
commitf1336ac775af519a6c763e348d730db60742230b
tree461debae534ad6da71d8edffd3bfbe291e575d09
parent6722a717ea499c55e5a8493ff3be14de40f9bdab
Style cleanups in main dracut script.

This patch series applies on top of my previous patch series, and
is mainly concerned with coding style updates and better documentation.

Apparently [[ ]] && { ; } type flow control is scary, so translate
most instances of them into standard if-then and case constructs.
dracut