summaryrefslogtreecommitdiffhomepage
path: root/de-de/bash-de.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2015-01-12 18:47:46 +0000
committerAdam Bard <github@adambard.com>2015-01-12 18:47:46 +0000
commit198952ae8357bfb9ee78b42319aa3638af048f12 (patch)
treea034104a128664d410f4d1cfebc093a9304e8472 /de-de/bash-de.html.markdown
parentebe621ba5fbcdecf1279bd44efb890b960913552 (diff)
parented819ed91774d37ada2e77af941289aeefbf6a86 (diff)
Merge pull request #898 from switchhax/master
[YAML/en] translated to [YAML/de]
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 ad782e06..fb9cd9d4 100644
--- a/de-de/bash-de.html.markdown
+++ b/de-de/bash-de.html.markdown
@@ -17,7 +17,7 @@ Beinahe alle der folgenden Beispiele können als Teile eines Shell-Skripts oder
```bash
#!/bin/bash
-# Die erste Zeile des Scripts nennt sich Shebang in gibt dem System an, wie
+# Die erste Zeile des Scripts nennt sich Shebang, dies gibt dem System an,
# wie das Script ausgeführt werden soll: http://de.wikipedia.org/wiki/Shebang
# Du hast es bestimmt schon mitgekriegt, Kommentare fangen mit # an. Das Shebang ist auch ein Kommentar