[PATCH 02/50] Add a simple getarg function.
authorVictor Lowther <victor.lowther@gmail.com>
Fri, 13 Feb 2009 12:41:32 +0000 (04:41 -0800)
committerDave Jones <davej@redhat.com>
Mon, 16 Feb 2009 18:56:40 +0000 (13:56 -0500)
commit047891955e9039ea4242c941d6c4bc617528226a
treed6234c61bb175ba954c5dd48e79505ed51b51d16
parent09f9fec00c04858806d235688b6d728a20c3201e
[PATCH 02/50] Add a simple getarg function.

If we ever need to get more than one kernel command line argument, this
function will pay for itself.  It relies on a feature of the way bash
handles string comparisons in [[ ]] statements -- the RHS is matched
according to globbing rules, and is not a straight string match.
init