1
0
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:
Herb Lewis 2003-08-15 02:28:59 +00:00
parent 937041e3fd
commit 4fab137d10

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