diff options
author | Peter Palfrader <peter@palfrader.org> | 2012-08-22 07:10:20 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2012-08-22 07:10:20 +0000 |
commit | ccd32fe9322a5b240253ebb03c54c14d8f85323a (patch) | |
tree | f76792269afa1cbcbec284cc5babed32ab45eb40 | |
parent | 7ff484359c5b356ed689a19bb9e561515d97ad10 (diff) |
Be less chatty
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@548 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-x | publish | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |