FS#69536 - [linux] typo on line 83 of PKGBUILD?

Attached to Project: Arch Linux
Opened by John (graysky) - Thursday, 04 February 2021, 20:31 GMT
Last edited by Jan Alexander Steffens (heftig) - Thursday, 04 February 2021, 20:53 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Are you missing a literal $ on the line 86 so that the literal 'pkgbase' will become a variable?

Current: echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/pkgbase"
Suggested: echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/$pkgbase"
This task depends upon

Closed by  Jan Alexander Steffens (heftig)
Thursday, 04 February 2021, 20:53 GMT
Reason for closing:  Not a bug

Loading...