fix(util): fix srcinfo generation (#217)
1 unresolved thread
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
Activity
@jelle Please take a look. It adds
shopt -s extglob
12 12 source /usr/share/makepkg/util/util.sh 13 13 source /usr/share/makepkg/srcinfo.sh 14 14 15 shopt -s extglob changed this line in version 2 of the diff
added 1 commit
- 949fd03f - fix(util): fix srcinfo generation (#217 (closed))
@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.
added resolutionupstream label
Please register or sign in to reply