- Added "set -u" at the top of the file to prevent spelling errors. - Renamed UNZIP to UNZIP_CMD, since that is used by the rest of pkgsrc. - Found a singleton use of $extract_options and replaced it with ${EXTRACT_OPTS_LHA}. - Took the default assignment for TMPDIR out of the block. All other entries are tools. - Removed unnecessary variables. - Make sure that distfile can always be resolved, even if the current working directory is changed. - Provide default values for all EXTRACT_OPTS_* variables, as close as possible to the point where they are used. - Replaced all "$@" with ${1+"$@"} to avoid errors when no parameters are given. - Made the removal of the temporary file for .tar extraction more robust. |
||
---|---|---|
.. | ||
binpkg-cache | ||
chkdatabase.awk | ||
depends-depth-first.awk | ||
extract | ||
genindex.awk | ||
genreadme.awk | ||
mkdatabase | ||
mkreadme | ||
pkg_path | ||
print-la-libnames | ||
shell-lib |