Searched refs:template_variable (Results 1 – 1 of 1) sorted by relevance
29 template_variable="$2"51 if ! grep --silent "$template_variable" "$template_file"; then52 …"Error: Template file $template_file has no instances of template variable $template_variable." >&259 sed -e "s:$template_variable:$stored_value:g" "$template_file"