summaryrefslogtreecommitdiffstats
path: root/fb
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-06-13 02:08:24 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-06-13 02:08:24 +0200
commitc63464313fa34386a087e43a2f6c8e6f230c768b (patch)
tree6f2840356cad053444b8afb6e2b192f9dfe9f341 /fb
parent7add9afd826f87f10cc1d759714960545f8fe5a2 (diff)
downloadbin-c63464313fa34386a087e43a2f6c8e6f230c768b.tar.gz
bin-c63464313fa34386a087e43a2f6c8e6f230c768b.tar.xz
fb: still return 0 if no xclip
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'fb')
-rwxr-xr-xfb2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb b/fb
index 07b3bc0..cfd661c 100755
--- a/fb
+++ b/fb
@@ -28,7 +28,7 @@ do_upload() {
sed '$d' $TMPFILE >&2
URL=$(tail -1 $TMPFILE)
echo $URL
- echo -n "$URL" | nohup &> /dev/null xclip
+ echo -n "$URL" | nohup &> /dev/null xclip || true
}
read_stdin() {