diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2010-08-27 00:54:41 +0200 |
---|---|---|
committer | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2010-08-27 00:54:41 +0200 |
commit | 499629918befab491fd934d0e36265466ae2b96f (patch) | |
tree | e7a3e73cbad019636be553e7664c8e3a88979989 /bashrc | |
parent | Reduce from 10 to 5 weeks the time-to-remerge period. (diff) | |
download | flameeyes-tinderbox-499629918befab491fd934d0e36265466ae2b96f.tar.gz flameeyes-tinderbox-499629918befab491fd934d0e36265466ae2b96f.tar.bz2 flameeyes-tinderbox-499629918befab491fd934d0e36265466ae2b96f.zip |
If proxy is set, use it in bti call.
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # -*- sh -*- dent_me() { - echo "$@" | bti --host "${BTI_HOST}" --account "${BTI_ACCOUNT}" --password "${BTI_PASSWORD}" >/dev/null + echo "$@" | bti ${BTI_PROXY:+--proxy "${BTI_PROXY}"} --host "${BTI_HOST}" --account "${BTI_ACCOUNT}" --password "${BTI_PASSWORD}" >/dev/null } metadata_print() { |