X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.local%2Fbin%2Fcpm.sh;h=a51a0aa6df8217a0da31006bd5675ae1e2bb79d3;hb=3232ebec1b74563f7dbd3ff7652c44976b6a705d;hp=8a98a9d3938001f20b2f1db23de439c3b2e5cbdd;hpb=03456357bce935f8e8af9580a1f31a3ac8ea6cac;p=dotfiles.git diff --git a/shell/.local/bin/cpm.sh b/shell/.local/bin/cpm.sh index 8a98a9d..a51a0aa 100755 --- a/shell/.local/bin/cpm.sh +++ b/shell/.local/bin/cpm.sh @@ -1,6 +1,5 @@ #!/bin/bash -set -e -set -o pipefail +set -eo pipefail cpm "$@" |& grep -v\ -e "^Warning: Multiple file instances: 'Makefile'"\ -e "^Analyzing"\ @@ -19,5 +18,5 @@ then |& grep -v\ -e "^Doc warning: expected @type for '"\ -e "^Doc error: missing leading asterisk in '"\ - -e "^Could not get full path for '" + -e "^Could not get full path for '" || true fi