Skip to content
Snippets Groups Projects

fix(util): fix srcinfo generation (#217)

Closed Vekhir -- requested to merge vekhir/devtools:fix-srcinfo into master
1 unresolved thread

Without 'shopt -s extglob', whitespaces are not collapsed which can lead to issues.

This change brings devtools in line with makepkg.

Closes #217 (closed)

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
12 12 source /usr/share/makepkg/util/util.sh
13 13 source /usr/share/makepkg/srcinfo.sh
14 14
15 shopt -s extglob
  • Vekhir -- added 1 commit

    added 1 commit

    Compare with previous version

  • @vekhir thank you for the MR and tackling this issue. However, the correct place is pacman itself. I've opened pacman/pacman!139 (merged) to address this problem.

  • I think this can be closed as the related pacman MR has been merged and released.

  • Please register or sign in to reply
    Loading