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

fixed string comparison

parent 609d64b3
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ do
rm stderr.$input.$fn
done
if [ "$DIVERGE" -eq "no" ]; then
if [ "$DIVERGE" == "no" ]; then
echo "Evaluating candidate fn: $fn BED detected no divergence -- remove fn from candidate set"
echo $fn >> $FILTERED_OUT
rm p1.xform/aspri/a.ncexe.xform.p1.$fn.aspri
......
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