]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - scripts/ver_linux
ver_linux: pcmciautils, look for numerical input, not field number
authorAlexander Kapshuk <alexander.kapshuk@gmail.com>
Mon, 12 Oct 2015 18:39:50 +0000 (21:39 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Oct 2015 04:55:26 +0000 (21:55 -0700)
commitf437d1ed68d3a51728c0ba3e7fb39a03df74fd1b
tree89e526cbc468cb5692f42b10af97eac3e850129e
parent44422f3cd9d2d28049b8eb544ebbc845fd419eef
ver_linux: pcmciautils, look for numerical input, not field number

Rely on regex to find the version number, rather than rely on numerical input to be found in a particular input field.
Proposed implementation also eliminates the necessity to invoke 'grep' + 'awk'.

Signed-off-by: Alexander Kapshuk <alexander.kapshuk@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/ver_linux