mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Make $MYDIR absolute -- bug reported by AMK.
This commit is contained in:
parent
ed5b3d8b3c
commit
f558e3188e
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
#! /depot/gnu/plat/bin/bash
|
#! /depot/gnu/plat/bin/bash
|
||||||
|
|
||||||
MYDIR=`dirname $0`
|
MYDIR=`dirname $0`
|
||||||
|
WORKDIR=`pwd`
|
||||||
|
cd $MYDIR
|
||||||
|
MYDIR=`pwd`
|
||||||
|
cd $WORKDIR
|
||||||
|
|
||||||
# DEFAULT_FORMAT must be upper case...
|
# DEFAULT_FORMAT must be upper case...
|
||||||
DEFAULT_FORMAT=PDF
|
DEFAULT_FORMAT=PDF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue