Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
beesh: restore feature to overwrite filename
With 4c248a4 (beesh: more quoting) we've lost the ability to specify a local filename after the URL in SRCURL and PATCHURL. This is usefull when the URL doesn't end in a usable filename. E.g. SRCURL[0]="https://foo.bar.de/foobar-3.2?format=tgz foobar-3.2.tgz" or PATCHURL+=("https://foo.bar.de/get_patch?0d223385b9 0d223385b9.patch") This patch restores the feature but avoids globbing and other shell interpretation at the same time. The split at whitespace is no problem, because whitespace needs to be URL-encoded anyway.
- Loading branch information