diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-12 17:50:07 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-12 17:50:07 (GMT) |
commit | c794c38187b2894dc935e663e5f76dd7105ce042 (patch) | |
tree | 2ef02a45f05a7c53179367bbe9914157b6b4665d /Doc | |
parent | ee60eb127bc5665e49682264de9b123c3b28f8ba (diff) | |
download | cpython-c794c38187b2894dc935e663e5f76dd7105ce042.zip cpython-c794c38187b2894dc935e663e5f76dd7105ce042.tar.gz cpython-c794c38187b2894dc935e663e5f76dd7105ce042.tar.bz2 |
Added a comment about not using a symbolic link to access the script.
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/mkhowto.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index a33f6b4..393e419 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 |