mirror of https://github.com/python/cpython.git
Make $MYDIR absolute -- bug reported by AMK.
This commit is contained in:
parent
ed5b3d8b3c
commit
f558e3188e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue