Skip to content

Commit

Permalink
link-vmlinux.sh: Fix stray "echo" in error message
Browse files Browse the repository at this point in the history
Reported-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
michal42 committed Aug 10, 2012
1 parent 0d7614f commit 367e43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/link-vmlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then

if ! cmp -s System.map .tmp_System.map; then
echo >&2 Inconsistent kallsyms data
echo >&2 echo Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
echo >&2 Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
cleanup
exit 1
fi
Expand Down

0 comments on commit 367e43c

Please sign in to comment.