summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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