Skip to content
Snippets Groups Projects
Unverified Commit 504529c3 authored by Toizi's avatar Toizi Committed by GitHub
Browse files

fix crash triage example (#304)

parent fb8da3e4
No related branches found
No related tags found
No related merge requests found
......@@ -91,10 +91,10 @@ for crash in $DIR/crashes/id:*; do
for a in $@; do
if [ "$a" = "@@" ] ; then
args="$use_args $crash"
use_args="$use_args $crash"
unset use_stdio
else
args="$use_args $a"
use_args="$use_args $a"
fi
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment