tdb: add overflow detection to tdb_expand_adjust()
[obnox/samba/samba-obnox.git] / release-scripts / build-manpages-git
index 3ba05c7f1b9520063259e378b02724b542cdf527..af4734d048661d5cdd905d9aa63f4db544aeac12 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) Michael Adam 2010
 #
@@ -24,7 +24,7 @@ _exit() {
 
 DIRNAME=$(dirname $0)
 DOCS_XML_DIR=${DIRNAME}/../docs-xml
-DOCS_DIR=${DIRNAME}/../docs
+DOCS_DIR=${DIRNAME}/../bin/docs
 
 pushd ${DOCS_XML_DIR} || exit 1