We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c43e6f commit cebfae8Copy full SHA for cebfae8
docs/update_algolia_index.sh
@@ -25,7 +25,7 @@ algolia_index_tmp_path="docs/algolia-index"
25
# Read version of the library from the v.list
26
config_json_version=""
27
while read line; do
28
- key="$( echo $line | grep -oP 'name="(\w+)"' )"
+ key="$( echo $line | (grep -oP 'name="(\w+)"' || echo "") )"
29
if [ "$key" = 'name="version"' ]; then
30
config_json_version="$( echo $line | grep -oP "\d\.\d\.\d" )"
31
break
0 commit comments