From f558e3188e53f10a086f18c5dd5061bf009f0c7f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 24 Mar 1998 17:48:20 +0000 Subject: Make $MYDIR absolute -- bug reported by AMK. --- Doc/tools/mkhowto.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index 6b6bb96..e3a0b7f 100755 --- a/Doc/tools/mkhowto.sh +++ b/Doc/tools/mkhowto.sh @@ -1,6 +1,10 @@ #! /depot/gnu/plat/bin/bash MYDIR=`dirname $0` +WORKDIR=`pwd` +cd $MYDIR +MYDIR=`pwd` +cd $WORKDIR # DEFAULT_FORMAT must be upper case... DEFAULT_FORMAT=PDF -- cgit v0.12