Commit 10994d65 authored by David Kerr's avatar David Kerr
Browse files

Even blank lines (with spaces) give Travis heartache. Sigh.

parent a18ce275
...@@ -348,7 +348,7 @@ _freedns_data_id() { ...@@ -348,7 +348,7 @@ _freedns_data_id() {
fi fi
return 1 return 1
fi fi
data_id="$(echo "$htmlpage" | tr -d "[:space:]" | sed 's/<tr>/@<tr>/g' | tr '@' '\n' \ data_id="$(echo "$htmlpage" | tr -d "[:space:]" | sed 's/<tr>/@<tr>/g' | tr '@' '\n' \
| grep "<td[a-zA-Z=#]*>$record_type</td>" \ | grep "<td[a-zA-Z=#]*>$record_type</td>" \
| grep "<ahref.*>$search_domain</a>" \ | grep "<ahref.*>$search_domain</a>" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment