diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/ver_linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ver_linux b/scripts/ver_linux index e1dc041f903f..a6c728db05ce 100755 --- a/scripts/ver_linux +++ b/scripts/ver_linux | |||
| @@ -70,7 +70,7 @@ BEGIN { | |||
| 70 | function version(cmd, ver) { | 70 | function version(cmd, ver) { |
| 71 | cmd = cmd " 2>&1" | 71 | cmd = cmd " 2>&1" |
| 72 | while (cmd | getline > 0) { | 72 | while (cmd | getline > 0) { |
| 73 | if (!/ver_linux/ && match($0, /[0-9]+([.]?[0-9]+)+/)) { | 73 | if (match($0, /[0-9]+([.]?[0-9]+)+/)) { |
| 74 | ver = substr($0, RSTART, RLENGTH) | 74 | ver = substr($0, RSTART, RLENGTH) |
| 75 | break | 75 | break |
| 76 | } | 76 | } |
