mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #4287 from tertsdiepraam/fix-publish-script
util: fix publish order of uucore_procs and uucore
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user