]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - scripts/ver_linux
ver_linux: quota-tools, look for numerical input, not field number
authorAlexander Kapshuk <alexander.kapshuk@gmail.com>
Mon, 12 Oct 2015 18:39:51 +0000 (21:39 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Oct 2015 04:55:26 +0000 (21:55 -0700)
commit8fb0959822e16a91c23cb41e53693180a2b3389f
tree071651c5842b38adf4524b636c66d1cddfc32733
parentf437d1ed68d3a51728c0ba3e7fb39a03df74fd1b
ver_linux: quota-tools, 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