Searched refs:expression (Results 1 - 1 of 1) sorted by relevance

/ontohub/script/
H A Drebuild-ontohub27 # An empty expression will not be checked. This in fact means, that there is no
32 expression="$2"
38 if [[ -n "$expression" ]]; then
39 check_and_handle_result_text "$result" "$expression" "$cmd"
48 # Currently the match cannot be a 'normal' regular expression.
53 expression="$2"
55 echo "$result" | grep -q "$expression"

Completed in 31 milliseconds