Whamcloud - gitweb
collect more info in checkstack
authornikita <nikita>
Thu, 28 Sep 2006 18:12:39 +0000 (18:12 +0000)
committernikita <nikita>
Thu, 28 Sep 2006 18:12:39 +0000 (18:12 +0000)
build/checkstack.pl

index 5a8a96d..6bdab11 100644 (file)
@@ -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`;