summaryrefslogtreecommitdiffhomepage
path: root/de-de/bash-de.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2014-02-12 12:03:41 -0800
committerAdam Bard <github@adambard.com>2014-02-12 12:03:41 -0800
commitb4e8259cbc22d530121ca507e3394ab8c2219ded (patch)
treed261e930ecca3685f2b2a550dad2aa81b0f2ff06 /de-de/bash-de.html.markdown
parent820a822081ed965be820019fce63b939876b4901 (diff)
Update bash-de.html.markdown
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 7b60d79f..ad782e06 100644
--- a/de-de/bash-de.html.markdown
+++ b/de-de/bash-de.html.markdown
@@ -16,7 +16,7 @@ Beinahe alle der folgenden Beispiele können als Teile eines Shell-Skripts oder
[Weitere Informationen \(Englisch\)](http://www.gnu.org/software/bash/manual/bashref.html)
```bash
-#!/bin/sh
+#!/bin/bash
# Die erste Zeile des Scripts nennt sich Shebang in gibt dem System an, wie
# 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