genbasedir: Strip "function" keyword
This commit is contained in:
parent
f6a47d1cb1
commit
846591e31e
@ -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 "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user