On Jun 1, 2011, at 6:33, Matt Mollison wrote:

> Also, it seems that the osascript part doesn't like '.' as the argument, so 
> if you'd like to operate on the current directory using '.', you can change 
> the top 'find' command to something like this:
> 
>     if [ "$1" = '.' ]; then
>       thisDir="$PWD"
>     else
>       thisDir="$1"
>     fi
>     find "$thisDir" -type f -name "*.pdf" -exec "$0" "{}" ";"
> 
> Matt
> 

That shouldn't matter, because it never gets there for a directory. This part 
is only called for .pdf files.

Christiaan


------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users

Reply via email to