On 12/04/2011 12:32 PM, Bruce Dubbs wrote:
> To make a fix, we could do something like:
>
> certdate=$( date -d "${date}" +%Y%m%d 2>/dev/null )
> if [ $? != 0 ]; then
>     # skip it      with continue
>     # or remove it with rm -f "${cert}"
> fi

Yes, assuming that this is the 2038 bug, a continue here would be much 
better, not more complex logic elsewhere. Thank you for catching that Bruce.

-- DJ Lucas

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to