More precise filename detection for shell scripts

Make the regular expression much more precise:

* match literal dots instead of any char (match rc.conf but not rcXconf)
* match special filenames exactly (match PKGBUILD but not myPKGBUILD.something)

Run build-all to update internal/config/runtime.go

closes #2163
This commit is contained in:
pyfisch
2021-07-21 21:44:32 +02:00
committed by Pyfisch
parent 84a490f14c
commit 6e1fe5b301
2 changed files with 27 additions and 5 deletions

File diff suppressed because one or more lines are too long