Dropped dependency on Extended Regular Expressions, so the sed command now runs with OSX/BSD sed

This commit is contained in:
Ryan Delaney 2016-04-27 11:23:12 -07:00
parent 34c076196d
commit b6ec5a7553

View file

@ -18,7 +18,7 @@
# Functions {{{1
lscolors_buildsuite_print_extensions() {
sed -r -e '/^[ ]+#/d; /^[^\.\*]/d; /^$/d; s/^([\.\*][^ ]+).*/\1/' ../LS_COLORS
sed -e '/^[ ]+#/d; /^[^\.\*]/d; /^$/d; s/^\([\.\*][^ ]+\).*/\1/' ../LS_COLORS
}
verbose() {