fix(pkgctl build): fix repo detection for special chars in package name
Compare changes
+ 1
− 1
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
Currently we used grep -E, in a way that special characters in the package name such as the '+' in 'ls++' also became part of the regex.
This commit switches this to become a literal string matching using awk.
Signed-off-by: Christian Heusel christian@heusel.eu
Closes #184 (closed)