Page MenuHomePhabricator

[WEBSITE] Avoid null assignment when there is no link to convert in the release notes
ClosedPublic

Authored by Fabien on Mar 11 2022, 14:52.

Details

Summary

Due to set -u in the fetch_documentation.sh, the script fails when there is no relative link in the release notes file because REL_LINKS is set to null. Fix it with double quotes so it's set to an empty string/array as expected.

Test Plan
./scripts/fetch_documentation.sh

Will fail on 0.25.1 before this patch.

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Lint
Lint Not Applicable
Unit
Tests Not Applicable