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
|
done
|
||||||
[ $found -eq 0 ] && echo "${pkg} ${pkg}" >> $tmpf
|
[ $found -eq 0 ] && echo "${pkg} ${pkg}" >> $tmpf
|
||||||
done
|
done
|
||||||
tsort $tmpf|tac
|
tsort $tmpf
|
||||||
rm -f $tmpf
|
rm -f $tmpf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue