On Tue, Nov 29, 2005 at 10:32:18PM +0100, Petr Vandrovec wrote:
>
> It seems to work. Thanks.
Great. I've just uploaded 4.2.26 to sourceforge with this fix.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.or
Package: apt-move
Version: 4.2.24-1
Severity: grave
Tags: patch
Hello,
apt-move uses
if ! type exp > /dev/null 2>&1; then
if type dash > /dev/null 2>&1; then
exec dash $0 "$@"
else
exec ash $0 "$@"
fi
fi
to make sure that it is executing
2 matches
Mail list logo