oops oops -f so the script won't complain if nothing is there
authorBill Zorn <bill.zorn@gmail.com>
Tue, 21 Aug 2018 00:50:41 +0000 (17:50 -0700)
committerBill Zorn <bill.zorn@gmail.com>
Tue, 21 Aug 2018 00:50:41 +0000 (17:50 -0700)
docker-build-wheels.sh

index 7903031fed5c69c227a83e72c5361033efc221f5..bf7dc1c75daf245494d9f1d0551cc7341a301dd2 100755 (executable)
@@ -2,7 +2,7 @@
 set -e -x
 cd /io/
 
-rm wheelhouse/*.whl
+rm -f wheelhouse/*.whl
 
 (cd SoftPosit/build/Linux-x86_64-GCC; make clean; make)
 (cd berkeley-softfloat-3/build/Linux-x86_64-GCC; make clean; make)