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
|
mkfifo $pipe || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${cmd} > $pipe
|
${cmd} | sort -R > $pipe
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue