Merge pull request #3151 from Fake4d/patch-1

[bash/de] Update bash-de.html.markdown
This commit is contained in:
Divay Prakash 2018-09-08 17:28:00 +05:30 committed by GitHub
commit 9136fb9a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ esac
# 'for' Schleifen iterieren über die angegebene Zahl von Argumenten:
# Der Inhalt von $Variable wird dreimal ausgedruckt.
for $Variable in {1..3}
for Variable in {1..3}
do
echo "$Variable"
done