File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 159159if [ " $USE_BUSY_BOX " = " true" ]; then
160160 echo " Setup to use BusyBox utils"
161161 # tar excluded for now because it requires passing in the exact archive type in ./depends (fixed in later BusyBox version)
162- # find excluded for now because it does not recognize the -delete option in ./depends (fixed in later BusyBox version)
163162 # ar excluded for now because it does not recognize the -q option in ./depends (unknown if fixed)
164163 # shellcheck disable=SC1010
165- CI_EXEC for util in \$\( busybox --list \| grep -v " ^ar$" \| grep -v " ^tar$" \| grep -v " ^find$ " \ )\; do ln -s \$\( command -v busybox\) " ${BINS_SCRATCH_DIR} /\$ util" \; done
164+ CI_EXEC for util in \$\( busybox --list \| grep -v " ^ar$" \| grep -v " ^tar$" \)\; do ln -s \$\( command -v busybox\) " ${BINS_SCRATCH_DIR} /\$ util" \; done
166165 # Print BusyBox version
167166 CI_EXEC patch --help
168167fi
You can’t perform that action at this time.
0 commit comments