Revision 8776
Added by Aaron Marcuse-Kubitza over 11 years ago
util.sh | ||
---|---|---|
130 | 130 |
mysql () |
131 | 131 |
{ |
132 | 132 |
echo_func "$@" |
133 |
echo_run "$bin_dir"/mysql_bien --database="$schema" --verbose "$@"
|
|
133 |
echo_run mysql_bien --database="$schema" --verbose "$@" |
|
134 | 134 |
} |
135 | 135 |
|
136 | 136 |
mysql_ANSI () |
... | ... | |
157 | 157 |
SET search_path TO "$schema", util; |
158 | 158 |
EOF |
159 | 159 |
cat)| |
160 |
echo_run env no_search_path=1 "$bin_dir"/psql_verbose_vegbien "$@"
|
|
160 |
echo_run env no_search_path=1 psql_verbose_vegbien "$@" |
|
161 | 161 |
} |
162 | 162 |
|
163 | 163 |
fi |
Also available in: Unified diff
lib/util.sh: removed "$bin_dir"/ before commands because the bin dir is now in the PATH