Skip to content
Commit 1cbffbd0 authored by Shawn J. Goff's avatar Shawn J. Goff Committed by Peter Korsgaard
Browse files

eliminate double slashes caused by FOO_SITE ending in a slash



When a FOO_SITE variable ends in a slash and gets joined with a
FOO_SOURCE variable like $(FOO_SITE)/$(FOO_SOURCE), the resulting URI
has a double slash. While double-slashes are fine in unix paths, they
are reserved in URIs - the part following '//' must be an authority.

Signed-off-by: default avatarShawn J. Goff <shawn7400@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c24e66a3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment