Ignore:
Timestamp:
Oct 20, 2025, 4:41:05 AM (7 hours ago)
Author:
iritscen
Message:

ValExtLinks: Don't assume that curl will return any result code at all (it might crash).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Validate External Links/validate_external_links.sh

    r1193 r1201  
    984984
    985985   # Tack 'curl' exit code onto result string if 'curl' returned "000" (no HTTP response)
    986    if [ $CURL_CODE == "000" ]; then
     986   if [ "$CURL_CODE" == "000" ]; then
    987987      CURL_RESULT="$CURL_RESULT-$CURL_ERR"
    988988   fi
Note: See TracChangeset for help on using the changeset viewer.