Revision 8876
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/util.sh | ||
---|---|---|
211 | 211 |
local var=ssh_dest; local_inv |
212 | 212 |
echo_run ${no_ssh_dest:+env }${ssh_dest:+ssh "$ssh_dest" }"${FUNCNAME[1]}" \ |
213 | 213 |
${server:+ --host="$server" }${user+--user="$user" }\ |
214 |
--password${password+="$password"}${database+--database="$database" } "$@" |
|
214 |
--password${password+="$password"} ${database+--database="$database" } "$@"
|
|
215 | 215 |
} |
216 | 216 |
|
217 | 217 |
mysql () |
Also available in: Unified diff
bugfix: lib/util.sh: mysql_cmd (): need space before $database in command