scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

Cannot determine sed extended regex argument with `set -o pipefail` #250

Closed HaleTom closed 5 years ago

HaleTom commented 5 years ago
% set -o pipefail
% source shell_shortcuts.sh 
Cannot determine extended regex argument for sed! (Doesn't respond to either -E or -r)

I'm running sed version:

% sed --version | head -n1
sed (GNU sed) 4.5
ghthor commented 5 years ago

Looks like these tests[1] fail their job if pipefail is activated. Don't know what exactly to do about it =/

[1] https://github.com/scmbreeze/scm_breeze/blob/master/lib/git/shell_shortcuts.sh#L13