diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-10-08 23:33:30 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-10-08 23:33:30 +0200 |
| commit | 78b070f38146cd85b2a4694c09199a15aba8b714 (patch) | |
| tree | 2ac129f6eb415af82a3c9da0aac5fd931140e5dc /linux-basics | |
| parent | 8496e6421ceb6fdea634affea8841dc4025dde65 (diff) | |
sh-programming: fix example whitespace
Whitespace is needed for all parts of [ tests. Also, while at it,
change it to match the multi-line version.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'linux-basics')
| -rw-r--r-- | linux-basics/sh-programming/pres_sh-programming_en.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-basics/sh-programming/pres_sh-programming_en.tex b/linux-basics/sh-programming/pres_sh-programming_en.tex index 1e6202f..fbe6f15 100644 --- a/linux-basics/sh-programming/pres_sh-programming_en.tex +++ b/linux-basics/sh-programming/pres_sh-programming_en.tex @@ -126,7 +126,7 @@ fi # in one line... -if [ condition]; then ...; fi +if [ condition ]; then ...; else ...; fi \end{lstlisting} \end{frame} |
