mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
util: fix publish order of uucore_procs and uucore
This commit is contained in:
parent
7e127005af
commit
a9f1743ba6
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ TOTAL_ORDER=$(echo -e $PARTIAL_ORDER | tsort | tac)
|
||||||
TOTAL_ORDER=${TOTAL_ORDER#ROOT}
|
TOTAL_ORDER=${TOTAL_ORDER#ROOT}
|
||||||
|
|
||||||
set -e
|
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"
|
cd "$dir"
|
||||||
#shellcheck disable=SC2086
|
#shellcheck disable=SC2086
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue