Skip to content

Commit

Permalink
Merge pull request #4287 from tertsdiepraam/fix-publish-script
Browse files Browse the repository at this point in the history
util: fix publish order of uucore_procs and uucore
  • Loading branch information
rivy authored Jan 22, 2023
2 parents ea3c83e + a9f1743 commit 3977ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3977ef6

Please sign in to comment.