Eduardo A. Bustamante López wrote:
> When I try to clone:
> | dualbus@hp ~ % git clone git://git.savannah.gnu.org/bash.git
> | Cloning into 'bash'...
> | fatal: Could not read from remote repository.
Connection was closed immediately.
> | Please make sure you have the correct access rights
>
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash
On Sun, May 15, 2016 at 4:42 PM, phil colbourn
wrote:
> # here, M=2
>
>
It's not -- the value of $M here is the string "F[word]". Your print
function reports the value of "$((M*1))", which is, in fact "2": inside the
arithmetic expression "M" is expanded to "F[word]" which is expanded to "2".
>