diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2019-11-24 12:11:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-24 12:11:48 +0530 |
commit | b23a2cc28fc336e760e012f95ee1b0538b2f801e (patch) | |
tree | 197d4b790f4bcbd8a86d8d88acb7412c5153ce66 /de-de/bash-de.html.markdown | |
parent | c618eeb603b94a4592b9bc06ebf97722ef2b16a9 (diff) | |
parent | 7045e651d2a0735fc27ab3b643579adf7662f3d8 (diff) |
Merge branch 'master' into patch-11
Diffstat (limited to 'de-de/bash-de.html.markdown')
-rw-r--r-- | de-de/bash-de.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/de-de/bash-de.html.markdown b/de-de/bash-de.html.markdown index 7a0db157..3fb3e71f 100644 --- a/de-de/bash-de.html.markdown +++ b/de-de/bash-de.html.markdown @@ -217,7 +217,7 @@ done function foo () { echo "Argumente funktionieren wie bei skripts: $@" - echo Und: $1 $2..." + echo "Und: $1 $2..." echo "Dies ist eine Funktion" return 0 } |