Fix syntax

This commit is contained in:
Martin Kroeker
2021-03-11 23:03:58 +01:00
committed by GitHub
parent 6ae7af78a3
commit 697e64bbb6

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 = "";