]> granicus.if.org Git - python/commitdiff
Added a comment about not using a symbolic link to access the script.
authorFred Drake <fdrake@acm.org>
Wed, 12 Aug 1998 17:50:07 +0000 (17:50 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 12 Aug 1998 17:50:07 +0000 (17:50 +0000)
Doc/tools/mkhowto.sh

index a33f6b468dd3e4c6621737f8b53d33610b7237b8..393e419392a1fdbb4f39822a801166adf2d93c54 100755 (executable)
@@ -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