mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-01 11:10:50 +02:00
Update bash-de.html.markdown
Variable was not initialised in this stage for this loop - Removed the $
This commit is contained in:
parent
a5f04d7e53
commit
e42e4b9b22
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user