build02: correct for alphabetic bias in updates
This commit is contained in:
parent
e95f1a8ba8
commit
b9c8febc36
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ let
|
|||
mkfifo $pipe || true
|
||||
fi
|
||||
|
||||
${cmd} > $pipe
|
||||
${cmd} | sort -R > $pipe
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue