Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14602

bash 4.4.19

Path csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail
From Евгений Мёдов <medov@outlook.com>
Newsgroups gnu.bash.bug
Subject bash 4.4.19
Date Wed, 19 Sep 2018 08:38:59 +0300
Lines 13
Approved bug-bash@gnu.org
Message-ID <mailman.983.1537361153.1284.bug-bash@gnu.org> (permalink)
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type text/plain; charset="utf-8"
X-Trace usenet.stanford.edu 1537361153 11495 208.118.235.17 (19 Sep 2018 12:45:53 GMT)
X-Complaints-To action@cs.stanford.edu
To bug-bash@gnu.org
Envelope-to bug-bash@gnu.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1537335539; bh=K3ZU+FyyxMZc7WMAEyfeyqMvMwK5gsHaWQB5uwINbbg=; h=From:To:Subject:Date:Message-Id; b=o9rEc4M2L8nwAwm4rqklxMGyRwPMqb9coV8rlAuJ93Z+6eVPAzKZv6YjB3kgxYYp7 PA4SS/+6I5JAPJyRVdW/Owp+bfEPr2vm2BqWaCBAeBA9k55GadzKGoKNtr2EqCSYet bp9rFiPHXd3NOyhCt3wFNUn+baHrkfbQSw5zCJLI=
Authentication-Results mxback11j.mail.yandex.net; dkim=pass header.i=@yandex.ru
Envelope-From medovonline@yandex.ru
X-Mailer Yamail [ http://yandex.ru ] 5.0
X-detected-operating-system by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-Received-From 2a02:6b8:0:1a72::253
X-Mailman-Approved-At Wed, 19 Sep 2018 08:45:51 -0400
X-Content-Filtered-By Mailman/MimeDel 2.1.21
X-BeenThere bug-bash@gnu.org
X-Mailman-Version 2.1.21
Precedence list
List-Id Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe>
List-Archive <http://lists.gnu.org/archive/html/bug-bash/>
List-Post <mailto:bug-bash@gnu.org>
List-Help <mailto:bug-bash-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe>
Xref csiph.com gnu.bash.bug:14602

Show key headers only | View raw


   A
   Bash version 4.4.19.
   Assignment does not work
   A
   for i in {1..5}; do
   A  A var${i}=$RANDOM
   done
   A
   bash: var1=: command not found
   bash: var2=: command not found
   bash: var3=: command not found
   bash: var4=: command not found
   bash: var5=: command not found

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

bash 4.4.19 Евгений Мёдов <medov@outlook.com> - 2018-09-19 08:38 +0300

csiph-web