From: nikita Date: Thu, 28 Sep 2006 18:12:39 +0000 (+0000) Subject: collect more info in checkstack X-Git-Tag: v1_7_100~425 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=4746fbe16cb437bbd6bf9c3f7fe9ecc8e2106b18;ds=sidebyside collect more info in checkstack --- diff --git a/build/checkstack.pl b/build/checkstack.pl index 5a8a96d..6bdab11 100644 --- a/build/checkstack.pl +++ b/build/checkstack.pl @@ -27,7 +27,7 @@ # use anything else and feel the pain ;) { my $arch = shift; - $x = "[0-9a-f]{3,5}"; # hex number >= 256 + $x = "[0-9a-f]{2,5}"; # hex number >= 256 $d = "([0-9]{2}|[2-9])[0-9]{2}"; # decimal number >= 200 if ($arch eq "") { $arch = `uname -m`;