1
0
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:
Herb Lewis -
parent ae25e7746e
commit 864d63a82d

View File

@ -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