build02: correct for alphabetic bias in updates

This commit is contained in:
Ryan Hendrickson 2022-12-16 18:27:20 -05:00
parent e95f1a8ba8
commit b9c8febc36

View file

@ -99,7 +99,7 @@ let
mkfifo $pipe || true
fi
${cmd} > $pipe
${cmd} | sort -R > $pipe
'';
};