On Sun, Jul 27, 2003, Martin Konold wrote:

> Fom: Bernhard Erdmann <[EMAIL PROTECTED]>
> To: Kolab Server and KDE Client development issues <[EMAIL PROTECTED]>
> 
> openpkg-20030606-20030606.src.sh tries to execute uudecode without
> testing its existance or checking its return code:
> 
> #   extract the tarball
> echo "$me: extracting to $dir..."
> uudecode $me
> rm -rf $dir >/dev/null 2>&1
> mkdir $dir || exit 1
> 
> As uudecode (part of sharutils) is not installed on each and every
> system, this line should read at least:
> 
> uudecode $me || exit 1
> 
> Regrds,
> -- martin
> 
fixed, see
https://rt.openpkg.org/SelfService/Display.html?id=215
http://cvs.openpkg.org/chngview?cn=11181

--
[EMAIL PROTECTED]
Development Team, Operations Northern Europe, Cable & Wireless
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to