Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178058
b: refs/heads/master
c: 8c63450
h: refs/heads/master
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and H. Peter Anvin committed Dec 17, 2009
1 parent c022411 commit e96c183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c56ccecf05fafe100ab4ea94f6fccbf5ff00db7
refs/heads/master: 8c63450718ea62ee3a70bffde170b4d15fc72d3c
2 changes: 1 addition & 1 deletion trunk/arch/x86/tools/chkobjdump.awk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BEGIN {
}

/^GNU/ {
split($4, ver, ".");
split($3, ver, ".");
if (ver[1] > od_ver ||
(ver[1] == od_ver && ver[2] >= od_sver)) {
exit 1;
Expand Down

0 comments on commit e96c183

Please sign in to comment.