]> sourceware.org Git - systemtap.git/commit
Improve extraction of kernel version for bz6503.exp
authorWilliam Cohen <wcohen@redhat.com>
Tue, 17 Jan 2012 21:28:20 +0000 (16:28 -0500)
committerWilliam Cohen <wcohen@redhat.com>
Tue, 17 Jan 2012 21:33:49 +0000 (16:33 -0500)
commit671b7f265323a18a41b417d3a20ddc6acd3ef974
treea4fb822a11c03578783a63da8f73b51a8ec66040
parentec31c22b20ccd2f263daf4ed4e811e240730ddff
Improve extraction of kernel version for bz6503.exp

The tcl code to extract the kernel version from the "uname -r" would
include extraneous characters for some cases, for example "3.2.0+"
would end up with "+" chaacter in something that should only be a number.
This change eliminates the extraneous characters.
testsuite/systemtap.base/bz6503.exp
This page took 0.02699 seconds and 5 git commands to generate.