diff options
author | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2008-01-23 18:43:21 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2008-01-23 18:43:21 +0000 |
commit | 48a6fc02fb5f4f3c91392c88c8a72e54c95363b9 (patch) | |
tree | 66c3e2629c284d52b18f8cc22ea500e02f7c476c | |
parent | 9574c52ad79640d513c76d307c8bebad9d05e130 (diff) | |
download | wgetpaste-48a6fc02fb5f4f3c91392c88c8a72e54c95363b9.tar.gz |
emacs people are weird (see bug #207052).
-rwxr-xr-x | wgetpaste | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |