Commits
Merge pull request #2036 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to develop * commit 'f1b39ad80e2fc0d0f4f6ecae2a9fb0ea436c34cc': Apparently, + has no special meaning, and neither does \+, in so-called "obsolete" / POSIX "basic" regular expressions. Also, not every version of `sed` out there supports the `-E` option. So delete the -E flag and use the regex `[^/][^/]*` instead of `[^/]+`.