Commit eb79d5e0 authored by Fred Drake's avatar Fred Drake

Make $MYDIR absolute -- bug reported by AMK.

parent f894b872
#! /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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment