bug-automake
[Top][All Lists]
Advanced

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

bug#13588: Pax hangs in case big UID


From: Peter Rosin
Subject: bug#13588: Pax hangs in case big UID
Date: Wed, 30 Jan 2013 14:45:26 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0

Hi Petr,

I have looked at this only cursory, but FWIW,

On 2013-01-30 14:31, Petr Hracek wrote:

*snip*

> +AC_SUBST([AM_BIG_ID], [2097152])

*snip*

> +        #Test if $user_id is greater then 2^21

s/then/than/
And please add a space after the comment hash-marks.

> +        #if yes then failed. This is valid only for pax and gnutar utilities
> +        if test $user_id -gt $AM_BIG_ID ; then

This should be "-ge", right? (and please zap the space before ";")

Cheers,
Peter






reply via email to

[Prev in Thread] Current Thread [Next in Thread]