While testing your script on my office machine i discovered that the following might be a problem: > +if [ "$view" = 1 ] || [ "$view" = maybe ] && [ "$output" = "" ]; then > + xpdf "$pdffile" > +fi Xpdf is not installed on all machines (e.g. it's not installed on my office machine), so maybe it would be a good idea to use a environment variable instead? Tim -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html