mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
make sure idb file is properly sorted.
This commit is contained in:
parent
ae25e7746e
commit
864d63a82d
@ -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…
x
Reference in New Issue
Block a user