Bugzilla link fix #15

Merged
pnegrobov merged 1 commits from bugzilla_url_fix into master 2 weeks ago

@ -8,7 +8,7 @@ check=0
test_gcc_v(){
echo "INFO: Testing bugzilla URL in gcc -v"
gcc -v 2>&1 | grep "\-\-with\-bugurl=https://bugs.msvsphere.ru/"
gcc -v 2>&1 | grep "\-\-with\-bugurl=https://bugs.msvsphere-os.ru/"
check=$(eq_is_success ${check} 0)
}

Loading…
Cancel
Save