util: fix publish order of uucore_procs and uucore

This commit is contained in:
Terts Diepraam 2023-01-21 12:13:34 +01:00
parent 7e127005af
commit a9f1743ba6

View file

@ -35,7 +35,7 @@ TOTAL_ORDER=$(echo -e $PARTIAL_ORDER | tsort | tac)
TOTAL_ORDER=${TOTAL_ORDER#ROOT}
set -e
for dir in src/uucore/ src/uucore_procs/ src/uu/stdbuf/src/libstdbuf/; do
for dir in src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/; do
(
cd "$dir"
#shellcheck disable=SC2086