diff options
| author | Jan Altenberg <jan@bender.lan> | 2010-04-28 12:44:27 +0200 |
|---|---|---|
| committer | Jan Altenberg <jan@bender.lan> | 2010-04-28 12:44:27 +0200 |
| commit | 5a8f9ab77eb365fb9e3d98dde9bfa30f5e061896 (patch) | |
| tree | 19561790a1abd3333c3d5653094e8447e978a567 /linux-basics | |
| parent | 3d50f4f5281e94b90ac8fd0427d45a2023bc352f (diff) | |
- Added some stuff to cross development chapter
- Bugfixes for sh programming handout
Diffstat (limited to 'linux-basics')
| -rw-r--r-- | linux-basics/sh-programming/handout_sh-programming_de.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-basics/sh-programming/handout_sh-programming_de.tex b/linux-basics/sh-programming/handout_sh-programming_de.tex index f27f70e..e9c84b4 100644 --- a/linux-basics/sh-programming/handout_sh-programming_de.tex +++ b/linux-basics/sh-programming/handout_sh-programming_de.tex @@ -32,8 +32,9 @@ echo Hello World MY_VAR=17 PAR_1=$1 datum=`date` +MY_HOST=$(hostname) -echo variable is $(MYVAR), parameter is $(PAR_1) +echo variable is ${MYVAR}, parameter is ${PAR_1} \end{lstlisting} Variablen können einfach in der Form \cmd{Name=Wert} geschrieben werden. Sie |
