summaryrefslogtreecommitdiff
path: root/packaging/SGI/mkrelease.sh
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2003-08-15 02:28:59 +0000
committerHerb Lewis <herb@samba.org>2003-08-15 02:28:59 +0000
commit864d63a82dcd2ddea415d51a68a48aebe89c4bc6 (patch)
tree3c63450b08a87620a68a0f5e0cca56669cd43079 /packaging/SGI/mkrelease.sh
parentae25e7746e87409aae554d390753c7a3e3717052 (diff)
downloadsamba-864d63a82dcd2ddea415d51a68a48aebe89c4bc6.tar.gz
make sure idb file is properly sorted.
Diffstat (limited to 'packaging/SGI/mkrelease.sh')
-rwxr-xr-xpackaging/SGI/mkrelease.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/SGI/mkrelease.sh b/packaging/SGI/mkrelease.sh
index 6ba486c673f..89854300aaf 100755
--- a/packaging/SGI/mkrelease.sh
+++ b/packaging/SGI/mkrelease.sh
@@ -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