also remove tmp
This commit is contained in:
parent
f5b4406cbd
commit
bfc5ddb666
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -51,7 +51,7 @@ for noarchall in *.no-arch-all.unusedbd; do
|
|||
mv tmp $noarchall
|
||||
else
|
||||
# no unique values in noarchall
|
||||
rm $noarchall
|
||||
rm tmp $noarchall
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue