xbps-src/bulk: do not use tac(1) in the tsort result, it's inverted otherwise.
This commit is contained in:
parent
31515ef9db
commit
55ce6f836f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ bulk_build() {
|
|||
done
|
||||
[ $found -eq 0 ] && echo "${pkg} ${pkg}" >> $tmpf
|
||||
done
|
||||
tsort $tmpf|tac
|
||||
tsort $tmpf
|
||||
rm -f $tmpf
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue