Craig A. Berry [Sun, 22 Oct 2000 23:03:08 +0000 (18:03 -0500)]
}
else {
foreach my $pager (@pagers) {
+ if ($Is_VMS) {
+ last if system("$pager $tmp") == 0; # quoting prevents logical expansion
+ } else {
last if system("$pager \"$tmp\"") == 0;
+ }
}
}
}