Make $MYDIR absolute -- bug reported by AMK.

This commit is contained in:
Fred Drake 1998-03-24 17:48:20 +00:00
parent ed5b3d8b3c
commit f558e3188e
1 changed files with 4 additions and 0 deletions

View File

@ -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