diff options
Diffstat (limited to 'arch/x86/vdso')
-rwxr-xr-x | arch/x86/vdso/checkundef.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/vdso/checkundef.sh b/arch/x86/vdso/checkundef.sh index 490be1c38f94..7ee90a9b549d 100755 --- a/arch/x86/vdso/checkundef.sh +++ b/arch/x86/vdso/checkundef.sh | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | nm="$1" | 2 | nm="$1" |
3 | file="$2" | 3 | file="$2" |
4 | "$nm" "$file" | grep '^ *U' > /dev/null 2>&1 | 4 | $nm "$file" | grep '^ *U' > /dev/null 2>&1 |
5 | if [ $? -eq 1 ]; then | 5 | if [ $? -eq 1 ]; then |
6 | exit 0 | 6 | exit 0 |
7 | else | 7 | else |