diff options
author | Diego Elio Pettenò <flameeyes@gmail.com> | 2010-09-03 03:42:37 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gmail.com> | 2010-09-03 03:42:37 +0200 |
commit | a9e1f498b77f2e79e37c2166132bc553d27d6588 (patch) | |
tree | 377dccf3db7c1703a1d47b99dcb57d9590dcf870 | |
parent | Make /etc/make.tinderbox.private.conf the place to set BTI and PROXY settings. (diff) | |
download | flameeyes-tinderbox-a9e1f498b77f2e79e37c2166132bc553d27d6588.tar.gz flameeyes-tinderbox-a9e1f498b77f2e79e37c2166132bc553d27d6588.tar.bz2 flameeyes-tinderbox-a9e1f498b77f2e79e37c2166132bc553d27d6588.zip |
Use --background for bti.
-rwxr-xr-x | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ # SOFTWARE. dent_me() { - echo "$@" | bti ${TINDERBOX_PROXY:+--proxy "${TINDERBOX_PROXY}"} --host "${BTI_HOST}" --account "${BTI_ACCOUNT}" --password "${BTI_PASSWORD}" >/dev/null + echo "$@" | bti ${TINDERBOX_PROXY:+--proxy "${TINDERBOX_PROXY}"} --host "${BTI_HOST}" --account "${BTI_ACCOUNT}" --password "${BTI_PASSWORD}" --background } metadata_print() { |