xbps-src/bulk: do not use tac(1) in the tsort result, it's inverted otherwise.

This commit is contained in:
Juan RP 2015-03-20 14:45:06 +01:00
parent 31515ef9db
commit 55ce6f836f

View File

@ -56,7 +56,7 @@ bulk_build() {
done
[ $found -eq 0 ] && echo "${pkg} ${pkg}" >> $tmpf
done
tsort $tmpf|tac
tsort $tmpf
rm -f $tmpf
}