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

This commit is contained in:
Fred Drake 1998-08-12 17:50:07 +00:00
parent ee60eb127b
commit c794c38187
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
#! /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