Commit 74f2a92
xbps-fetch: don't url-escape tilde character in path
This prevents the tilde (`~`) character from being escaped as
`%7e` in paths.
For example, this URL didn't previously resolve correctly...
```
http://www.cs.columbia.edu/~lennox/udptunnel/udptunnel-1.1.tar.gz
```
Fixes #6061 parent fce1b64 commit 74f2a92
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| 367 | + | |
367 | 368 | | |
368 | 369 | | |
369 | 370 | | |
| |||
0 commit comments