> The logic seems backwards.  I think you should try changing the logic
> from an 'or (||)' to an 'and (&&)'
>
> # perl -e 'use Date::Calc;' 2>/dev/null || {
> perl -e 'use Date::Calc;' 2>/dev/null && {

the script is trying to determine if date::calc is installed, and if not 
then it is stripping some code out of the perl script and updating the 
EXECUTABLE var to point to the temporary script.  nothing needs to be 
changed in that section.
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to