Project

General

Profile

« Previous | Next » 

Revision 9235

lib/sh/util.sh: renamed params() to kw_params() to clarify the type of params it handles

View differences:

local.sh
36 36

  
37 37
psql() # usage: [file=...] [dir=...] self
38 38
{
39
	echo_func; params file dir
39
	echo_func; kw_params file dir
40 40
	if test "$file"; then
41 41
		set -- --file "$file" "$@"
42 42
		local dir="${dir:-$(dirname "$file")}"

Also available in: Unified diff