summaryrefslogtreecommitdiff
path: root/doc/note/shell/shell.txt
blob: 6b2e4d33b26925f7ea7e23176d0d473f3e81b099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

POSIX shell
================

This is for POSIX shells. For specific shells see "../bash/" or "../dash/".


## Set pipefail only if it is supported

if (set -o pipefail 2>/dev/null) ;then set -o pipefail ;fi