summaryrefslogtreecommitdiff
path: root/publish
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2012-08-22 07:10:20 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2012-08-22 07:10:20 +0000
commitccd32fe9322a5b240253ebb03c54c14d8f85323a (patch)
treef76792269afa1cbcbec284cc5babed32ab45eb40 /publish
parent7ff484359c5b356ed689a19bb9e561515d97ad10 (diff)
Be less chatty
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@548 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'publish')
-rwxr-xr-xpublish1
1 files changed, 0 insertions, 1 deletions
diff --git a/publish b/publish
index d639aee..2bdec5b 100755
--- a/publish
+++ b/publish
@@ -175,7 +175,6 @@ if [[ "$#" = 0 ]]; then
fi
if [ "$inputxclip" != 1 ] ; then
- echo "No files given on the command line, using stdin" >&2
cat > "$stdin"
else
if which xclip >/dev/null 2>&1; then