mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
make sure idb file is properly sorted.
(This used to be commit 864d63a82d
)
This commit is contained in:
parent
937041e3fd
commit
4fab137d10
@ -114,6 +114,8 @@ if [ $errstat -ne 0 ]; then
|
||||
echo "Error $errstat creating samba.idb\n";
|
||||
exit $errstat;
|
||||
fi
|
||||
sort +4 samba.idb > xxx
|
||||
mv xxx samba.idb
|
||||
|
||||
if [ ! -d bins ]; then
|
||||
mkdir bins
|
||||
|
Loading…
Reference in New Issue
Block a user