4 lines
145 B
INI
4 lines
145 B
INI
|
# In some modes flang will exit before cat does. If pipefail is enabled this means
|
||
|
# we get cat's exit code not flang's.
|
||
|
config.pipefail = False
|