chiark / gitweb /
kernel-install: Clean up
authorMantas Mikulėnas <grawity@gmail.com>
Thu, 25 Apr 2013 17:59:44 +0000 (20:59 +0300)
committerHarald Hoyer <harald@redhat.com>
Tue, 30 Apr 2013 10:14:35 +0000 (12:14 +0200)
- Consistent use of $VAR vs ${VAR}
- Consistent use of && vs 'if'
- Add error checking to some places
- Consistent error messages ("Can't" vs "Cannot", etc.)
- Function declarations at the top
- Miscellaneous adjustments


No differences found