Index: en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -1167,16 +1167,45 @@ Perl, PHP, Python, Ruby, Tcl, - and Tk are supported by default. To - support another interpreter, set - SHEBANG_LANG, - interp_OLD_CMD and - interp_CMD. For - example: - - SHEBANG_LANG= lua -lua_OLD_CMD= /usr/bin/lua -lua_CMD= ${LOCALBASE}/bin/lua + and Tk are supported by default. + + There are three configuration variables variables: + + + + SHEBANG_LANG + + + Contains the list of supported interpreters. + + + + + interp_OLD_CMD + + Contains a list of bad interpreter + commands, will be appended "/usr/bin/env + interp" + /bin/interp + /usr/bin/interp. + + + + + interp_CMD + + + Contains the good path to the command + interpreter. It has a default value of + ${LOCALBASE}/bin/interp. + + + + + To support another interpreter, set + SHEBANG_LANG. For example: + + SHEBANG_LANG= lua interp_OLD_CMD will contain multiple values. Any entry with spaces must be