From 48a6fc02fb5f4f3c91392c88c8a72e54c95363b9 Mon Sep 17 00:00:00 2001 From: Bo Ørsted Andresen Date: Wed, 23 Jan 2008 18:43:21 +0000 Subject: emacs people are weird (see bug #207052). --- wgetpaste | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgetpaste b/wgetpaste index 819945d..93c3f94 100755 --- a/wgetpaste +++ b/wgetpaste @@ -324,7 +324,7 @@ showurl() { x_paste() { if [[ -x $(type -P xclip) ]]; then - xclip -loops 10 <<< "$*" || die "xclip failed." + xclip -loops 10 &>/dev/null <<< "$*" || die "xclip failed." else noxclip paste "write to" fi -- cgit v1.2.3