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 159
159
if [ " $USE_BUSY_BOX " = " true" ]; then
160
160
echo " Setup to use BusyBox utils"
161
161
# 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)
163
162
# ar excluded for now because it does not recognize the -q option in ./depends (unknown if fixed)
164
163
# 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
166
165
# Print BusyBox version
167
166
CI_EXEC patch --help
168
167
fi
You can’t perform that action at this time.
0 commit comments