From a9e1f498b77f2e79e37c2166132bc553d27d6588 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 3 Sep 2010 03:42:37 +0200 Subject: Use --background for bti. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 94096b7..bf0531e 100755 --- a/bashrc +++ b/bashrc @@ -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() { -- cgit v1.2.3-65-gdbad