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


Groups > gnu.bash.bug > #14602 > unrolled thread

bash 4.4.19

Started byЕвгений Мёдов <medov@outlook.com>
First post2018-09-19 08:38 +0300
Last post2018-09-19 08:38 +0300
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug


Contents

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

#14602 — bash 4.4.19

FromЕвгений Мёдов <medov@outlook.com>
Date2018-09-19 08:38 +0300
Subjectbash 4.4.19
Message-ID<mailman.983.1537361153.1284.bug-bash@gnu.org>
   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

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web