diff options
Diffstat (limited to 'publish')
-rwxr-xr-x | publish | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -177,7 +177,9 @@ while [ "$#" -gt 0 ]; do trail="/" uri="$base_http/$d_server_http_base/" fi - echo -n "$uri" | xclip + if which xclip >/dev/null 2>&1; then + echo -n "$uri" | xclip + fi fi echo "$uri" |