Project

General

Profile

« Previous | Next » 

Revision 9100

lib/sh/db.sh: mysql_cmd(): removed set_database because this is now performed by each caller before they use $database

View differences:

lib/sh/db.sh
45 45
	if test "$ssh_server"; then
46 46
		local ssh_dest="${ssh_dest-${ssh_user:+$ssh_user@}$ssh_server}"
47 47
	fi
48
	set_database
49 48
	
50 49
	local var=ssh_dest; local_inv
51 50
	command ${ssh_dest:+ssh "$ssh_dest" }"$cmd" \

Also available in: Unified diff