genbasedir: Strip "function" keyword

This commit is contained in:
Дмитрий Левин 2007-11-12 15:04:27 +00:00
parent f6a47d1cb1
commit 846591e31e

View File

@ -59,13 +59,13 @@ notautomatic="false"
GENPKGLIST=genpkglist
GENSRCLIST=gensrclist
function Fatal()
Fatal()
{
echo "${0##*/}: $*" >&2
exit 1
}
function Verbose()
Verbose()
{
if [ -n "$verbose" ]; then
echo "$@"