Skip to content

Commit f7fdd63

Browse files
committed
Use $(BUILD_DOC) to set the path to build-dotnet-client.txt
1 parent 8baa6cc commit f7fdd63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ function src-dist {
155155
cp README.in tmp/srcdist/README
156156
if [ -n "$NO_LINKS" ]; then
157157
touch tmp/srcdist/README
158-
elif [ -f build-dotnet-client.txt ]; then
159-
mv build-dotnet-client.txt tmp/srcdist/README
158+
elif [ -f "$BUILD_DOC" ]; then
159+
cp "$BUILD_DOC" tmp/srcdist/README
160160
else
161161
links -dump ${WEB_URL}build-dotnet-client.html >> tmp/srcdist/README
162162
fi

0 commit comments

Comments
 (0)