* me (Sun, 1 Jul 2007 20:22:21 +0200)
>
> Maybe somebody interested in making dash use "long int", thus enabling
> wider range on 64bit platforms, while still having same on 32bit ones?
#329025 has a link to the standard, that states:
Precision and Operations , with the following exceptions:
* Date: Mon, 11 Jun 2007 14:24:24 + (UTC)
> Yet arithmetic ones are still with them:
>
>|-*-
> [EMAIL PROTECTED]:/tmp$ bash -c "test '' -eq 0 ; echo \$?"
> bash: line 0: test: : integer expression expected
> 2
> [EMAIL PROTECTED]:/tmp$ dash -c "test '' -eq 0 ; echo \$?"
> 0
> [EMAIL
* Date: Mon, 11 Jun 2007 14:24:24 + (UTC)
> Yet arithmetic ones are still with them:
>
>|-*-
> [EMAIL PROTECTED]:/tmp$ bash -c "test '' -eq 0 ; echo \$?"
> bash: line 0: test: : integer expression expected
> 2
> [EMAIL PROTECTED]:/tmp$ dash -c "test '' -eq 0 ; echo \$?"
> 0
> [EMAIL
If was time, where string comparisons with void were ... with features.
|-*-
if [ "x$a" = 'x|' ]; then
|-*-
Yet arithmetic ones are still with them:
|-*-
[EMAIL PROTECTED]:/tmp$ bash -c "test '' -eq 0 ; echo \$?"
bash: line 0: test: : integer expression expected
2
[EMAIL PROTECTED]:/t
4 matches
Mail list logo