[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

String terminator missing in zmailer.sh.in




There is a typo in zmailer.sh.in in current CVS;

resubmit)
             (cd $POSTOFFICE/deferred &&                         \
                 find . -type f -print |                         \
                 @PERL@ -ne 'chomp; $new = $_; $new =~ s#^.*/##; \
                             rename($_, "../router/" . $new) or  \
         printf STDERR "rename %s -> ../router/%s failed; $!\n, $_, $new;' )

There is a missing string terminator near the end of the last line, just 
before ";' )".

-- 
   Eino Tuominen

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi