diff options
| author | Fred Drake <fdrake@acm.org> | 1998-08-12 17:50:07 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-08-12 17:50:07 +0000 |
| commit | 9401cb584704feb49d2e48c60376866add1683ed (patch) | |
| tree | 55ae6d9c7fd4d2cc71a098b527b0dcee03b0ae22 | |
| parent | 38e7eade73875c4405e9538b60b13e91823bb2c9 (diff) | |
| download | cpython-9401cb584704feb49d2e48c60376866add1683ed.tar.gz | |
Added a comment about not using a symbolic link to access the script.
| -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 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 |
