muttrc disable encryption when sending from ru
[dotfiles.git] / shell / .local / bin / cpm.sh
index 8a98a9d..a51a0aa 100755 (executable)
@@ -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