summaryrefslogtreecommitdiffhomepage
path: root/de-de/bash-de.html.markdown
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2020-01-24 19:45:12 +0530
committerGitHub <noreply@github.com>2020-01-24 19:45:12 +0530
commitb00a26d98eb33ce1275eb40145ce9ff20633ad4c (patch)
treea5a816948e9b57a98312f59c844bee0d26603c2b /de-de/bash-de.html.markdown
parentb2e762307e064843059a5e649f3e7016032e8d74 (diff)
parent529883d57870953493013c93b7d44fae6d4db88e (diff)
Merge branch 'master' into add-csharp-resource
Diffstat (limited to 'de-de/bash-de.html.markdown')
-rw-r--r--de-de/bash-de.html.markdown2
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
}