[Dropbox as picture share service] test xclip --- https://www.pld-linux.org/people/glen?rev=1406040823 +++ https://www.pld-linux.org/people/glen?rev=1406040843 @@ -304,8 +304,13 @@ fi if ! which notify-send 2>/dev/null; then echo >&2 "Can't find tool: notify-send, install libnotify" + exit 1 + fi + + if ! which xclip 2>/dev/null; then + echo >&2 "Can't find tool: xclip, install xclip" exit 1 fi inotifywait -m -e moved_to -e close_write $watchdir | while read path change filename; do
Diff URL: https://www.pld-linux.org/people/glen?do=diff&r1=1406040823&r2=1406040843 -- This mail was generated by DokuWiki at https://www.pld-linux.org/ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
