Skip to content

Commit 4205dde

Browse files
committed
Remove surplus slash when using WEB_URL
For consistency with the rabbitmq-server Makefile, WEB_URL ends in a slash. So any uses should not add another slash.
1 parent f73146d commit 4205dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function src-dist {
168168
cp -r lib/nunit tmp/srcdist/lib/
169169
cp Local.props.example tmp/srcdist/
170170
cp README.in tmp/srcdist/README
171-
links -dump $WEB_URL/build-dotnet-client.html >> tmp/srcdist/README
171+
links -dump ${WEB_URL}build-dotnet-client.html >> tmp/srcdist/README
172172
cp-license-to tmp/srcdist/
173173

174174
### Zip tmp/srcdist making $NAME_VSN the root dir in the archive

0 commit comments

Comments
 (0)