Skip to content
Snippets Groups Projects

fix(pkgbuild.sh): Use grep -Fx to check for pkgrel and pkgver declaration

Open Vekhir -- requested to merge vekhir/devtools:fix-pkgrel-pkgver-match into master

Based on @gromit's comment, I created this MR which uses grep -Fx to keep the pkgver and pkgrel as literals. -x is necessary since anchors are not possible in fixed strings and the string must match the whole line.

What do you think?

Fixes: #242

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading