Skip to content

Commit 697e64b

Browse files
authored
Fix syntax
1 parent 6ae7af7 commit 697e64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

f_check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ if (!$?) {
303303
}
304304
}
305305

306-
if ( $vendor == NAG) {
306+
if ( $vendor eq "NAG") {
307307
$link = `$compiler $openmp -dryrun ftest2.f 2>&1 && rm -f a.out a.exe`;
308308
}
309309
$linker_L = "";

0 commit comments

Comments
 (0)