Fix syntax

This commit is contained in:
Martin Kroeker 2021-03-11 23:03:58 +01:00 committed by GitHub
parent 6ae7af78a3
commit 697e64bbb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ if (!$?) {
}
}
if ( $vendor == NAG) {
if ( $vendor eq "NAG") {
$link = `$compiler $openmp -dryrun ftest2.f 2>&1 && rm -f a.out a.exe`;
}
$linker_L = "";