From: Fred Drake Date: Wed, 12 Aug 1998 17:50:07 +0000 (+0000) Subject: Added a comment about not using a symbolic link to access the script. X-Git-Tag: v1.5.2a2~411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c794c38187b2894dc935e663e5f76dd7105ce042;p=python Added a comment about not using a symbolic link to access the script. --- diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index a33f6b468d..393e419392 100755 --- a/Doc/tools/mkhowto.sh +++ b/Doc/tools/mkhowto.sh @@ -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