1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Remove useless set -o pipefail

This commit is contained in:
K.Cima 2017-03-28 12:10:22 +09:00
parent fe097689f9
commit 13cb4192d9

View file

@ -88,8 +88,7 @@
is_multigraph "$@" is_multigraph "$@"
# Shell options # Shell options
set -o nounset set -o nounset # Like perl use strict;
set -o pipefail
# Set environment variables # Set environment variables
plugin_name=io plugin_name=io