Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205475
b: refs/heads/master
c: 18642a5
h: refs/heads/master
i:
  205473: 7af7a7b
  205471: dc0eb2d
v: v3
  • Loading branch information
H. Peter Anvin committed Jul 28, 2010
1 parent 29cb0d3 commit a0f9e5f
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: 05d0b0889ca9d033a960542af7f8a13b3ad4f630
refs/heads/master: 18642a57df02a044b91219d3176128996ddc81a5
2 changes: 1 addition & 1 deletion trunk/arch/x86/vdso/checkundef.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
nm="$1"
file="$2"
"$nm" "$file" | grep '^ *U' > /dev/null 2>&1
$nm "$file" | grep '^ *U' > /dev/null 2>&1
if [ $? -eq 1 ]; then
exit 0
else
Expand Down

0 comments on commit a0f9e5f

Please sign in to comment.