summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Ørsted Andresen <bo.andresen@zlin.dk>2008-01-23 18:43:21 +0000
committerBo Ørsted Andresen <bo.andresen@zlin.dk>2008-01-23 18:43:21 +0000
commit48a6fc02fb5f4f3c91392c88c8a72e54c95363b9 (patch)
tree66c3e2629c284d52b18f8cc22ea500e02f7c476c
parent9574c52ad79640d513c76d307c8bebad9d05e130 (diff)
downloadwgetpaste-48a6fc02fb5f4f3c91392c88c8a72e54c95363b9.tar.gz
emacs people are weird (see bug #207052).
-rwxr-xr-xwgetpaste2
1 files changed, 1 insertions, 1 deletions
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