From: Craig A. Berry Date: Sun, 2 Apr 2006 01:09:38 +0000 (+0000) Subject: fix typo in vms/gen_shrfls.pl itanium detector X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ee88f01016d2541e1f47423d3e348014e311bc8;p=p5sagit%2Fp5-mst-13.2.git fix typo in vms/gen_shrfls.pl itanium detector p4raw-id: //depot/perl@27669 --- diff --git a/vms/gen_shrfls.pl b/vms/gen_shrfls.pl index 5fc9165..98afe30 100644 --- a/vms/gen_shrfls.pl +++ b/vms/gen_shrfls.pl @@ -60,7 +60,7 @@ $isvax = `\$ Write Sys\$Output \(F\$GetSyI(\"HW_MODEL\") .LE. 1024 .AND. F\$GetS chomp $isvax; print "\$isvax: \\$isvax\\\n" if $debug; -$isi64 = `\$ Write Sys\$Output \(F\$GetSyI(\"HW_MODEL\") .GE. 4096`; +$isi64 = `\$ Write Sys\$Output \(F\$GetSyI(\"HW_MODEL\") .GE. 4096)`; chomp $isi64; print "\$isi64: \\$isi64\\\n" if $debug;