19 Mar
2019
19 Mar
'19
4:13 a.m.
On 13/3/19 3:28 am, Eli Schwartz wrote:
In commit 1825bd6716c2a51c92642e8b96beac0101e83805 this was split out from makepkg, but the warning was not properly migrated; $ext did not ever exist.
As a result, no matter what you did, the only possible warning was:
==> WARNING: '' is not a valid archive extension.
Fix to filter based on the presence of .tar in the argument, and building the $ext variable for all checking and messaging purposes within the function.
OK. A