]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
check-instincludes.sh could not be run due to incorrect working directory
authorAndreas Gustafsson <source@isc.org>
Fri, 22 Dec 2000 23:05:17 +0000 (23:05 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 22 Dec 2000 23:05:17 +0000 (23:05 +0000)
util/altbuild.sh

index a6ed4060e1e19d4bc7fdd4d65ba43747bb9a75fb..616db325ed790dad35af1e3aacadf119ee723e23 100644 (file)
@@ -15,7 +15,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: altbuild.sh,v 1.5 2000/12/21 02:58:49 gson Exp $
+# $Id: altbuild.sh,v 1.6 2000/12/22 23:05:17 gson Exp $
 
 #
 # "Alternative build" test.
@@ -29,6 +29,8 @@ case $# in
     *) echo "usage: $0 cvs-tag" >&2; exit 1 ;;
 esac
 
+here=`pwd`
+
 kitdir=/tmp/kit
 srcdir=/tmp/src
 builddir=/tmp/build
@@ -75,4 +77,5 @@ make install
 
 # Check the installed header files
 
+cd $here
 sh util/check-instincludes.sh $instdir