summaryrefslogtreecommitdiffhomepage
path: root/de-de/bash-de.html.markdown
diff options
context:
space:
mode:
authorswitchhax <switchhax@users.noreply.github.com>2014-12-23 16:27:30 +0100
committerswitchhax <switchhax@users.noreply.github.com>2014-12-23 16:27:30 +0100
commited819ed91774d37ada2e77af941289aeefbf6a86 (patch)
tree2615a40893512e75e2fd39b26789ae9957551997 /de-de/bash-de.html.markdown
parentea929d60945289f25c50387798a9f5868a637ab5 (diff)
[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