Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: =?utf-8?B?0JXQstCz0LXQvdC40Lkg0JzRkdC00L7Qsg==?= 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:14602 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