[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mirror script enhancement



On Tue, Feb 26, 2008 at 11:43:08AM -0500, Matt Selsky wrote:
> I now get warnings about missing mail recipients when MAILTO is not  
> set.  I think:
> 
> if [ -n $MAILTO ]; then
> 
> Should be switched to:
> 
> if [ -n "$MAILTO" ]; then

You're right, not quoting stuff is just bad. I fixed that all now.

-- 
Josip Rodin
mirrors@debian.org


Reply to: