package: fix manual rebuild all

This commit is contained in:
Max Weber
2020-01-20 05:07:48 -07:00
parent f9164cc2b8
commit f94b3735a0

View File

@@ -31,7 +31,7 @@ env:
'
if [[ "$FORCE_BUILD" == "ALL" ]]; then
./rebuild_all
./rebuild_all.sh
exit
elif [[ -n "${FORCE_BUILD+x}" ]]; then
for FI in "${FORCE_BUILD[@]}"; do