Merge pull request #341 from rhendric/patch-1
build02: correct for alphabetic bias in updates
This commit is contained in:
commit
287c9fff17
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