Skip to content
Snippets Groups Projects
Commit 28522dc3 authored by an7s's avatar an7s
Browse files

don't suppress <input> --> <eip> mapping even when <eip> already there

Former-commit-id: 3ce18a1cb598ca6dc0232939256f9a86ba748688
parent a5b4360f
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ if [ $? -eq 0 ]; then
if [ $? -eq 0 ]; then
tmp=`grep -F "${delimiter}$eip" ${CRASH_SUMMARY}`
if [ $? -eq 0 ]; then
# already in the crash summary
echo "${pov_base}${delimiter}${eip}" >> ${CRASH_SUMMARY}
exit 1
else
# new crash instruction, add to summary file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment