summaryrefslogtreecommitdiffstats
path: root/fb
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-06-23 19:19:52 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-06-23 19:19:52 +0200
commit4e5ad948650486e3e1c9190c60f04234a3735813 (patch)
treed9f172c4bdb9d07656b625b9dfea2d7ae1fb2609 /fb
parent990a3519abed3b1c15e5ea5073518205cbdfe182 (diff)
downloadbin-4e5ad948650486e3e1c9190c60f04234a3735813.tar.gz
bin-4e5ad948650486e3e1c9190c60f04234a3735813.tar.xz
fb: remove leading space from clipboard content
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 8d4af3b..cf21b5b 100755
--- a/fb
+++ b/fb
@@ -90,4 +90,4 @@ else
done
fi
-echo -n "$CLIPBOARD" | nohup &> /dev/null xclip || true
+echo -n $CLIPBOARD | nohup &> /dev/null xclip || true