fritteli / gentoo-overlay

https://gittr.ch/linux/gentoo-overlay
GNU General Public License v2.0
24 stars 7 forks source link

www-apps/gitlabhq-7.9.3: Bad sed expression #18

Closed mr-hands closed 9 years ago

mr-hands commented 9 years ago

You have a sed call

sed -i -E \ -e 's|(username:).|\1 gitlab|' \ -e 's|(password:).|\1 gitlab|' \ -e 's|(socket:).*|/run/postgresql/.s.PGSQL.5432|'

that misses ``\1'' at the last expression.

fritteli commented 9 years ago

Fixed in the latest version of the 7.10.4 ebuild. Please test.