Commit c794c381 authored by Fred Drake's avatar Fred Drake

Added a comment about not using a symbolic link to access the script.

parent ee60eb12
#! /usr/bin/env bash
# This script may be invoked by naming it directly or via a shell alias,
# but NOT through a symbolic link. Perhaps a future version will allow
# the use of a symbolic link.
#
# Using a symbolic link will cause the script to not be able to locate
# its support files.
MYDIR=`dirname $0`
WORKDIR=`pwd`
cd $MYDIR
......
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