update/project/trees: remove one more rm line
the one at the end of main is unnecessary, because it's handled inside the for loop. this file isn't used anywhere else, so it's OK. Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
91c0f942f3
commit
0a63dce35e
|
@ -31,7 +31,6 @@ main()
|
||||||
x_ rm -f "${cfgsdir}/"*/seen
|
x_ rm -f "${cfgsdir}/"*/seen
|
||||||
x_ download_for_target "${x}"
|
x_ download_for_target "${x}"
|
||||||
done
|
done
|
||||||
x_ rm -f "${cfgsdir}"/*/seen
|
|
||||||
}
|
}
|
||||||
|
|
||||||
download_for_target()
|
download_for_target()
|
||||||
|
|
Loading…
Reference in New Issue