* Re: [gentoo-dev] Script to test instruction set.
@ 2003-08-13 8:24 99% ` Georgi Georgiev
0 siblings, 0 replies; 1+ results
From: Georgi Georgiev @ 2003-08-13 8:24 UTC (permalink / raw
To: gentoo-dev
Ooops...
--- analyse-x86 2003-08-13 08:21:42.000000000 +0000
+++ analyse-x86 2003-08-13 08:21:20.000000000 +0000
@@ -14,7 +14,7 @@
# so check vendor_id string, and enable relevant sets.
print "Checking vendor_id string...";
my $param = shift;
-unless (defined $param and $param eq "--vendor") {
+unless (defined $param and $param =~ /^--vendor=/) {
open PIPE, "grep -Em1 '^vendor_id.*: ' /proc/cpuinfo | cut -d' ' -f2 | " or die;
$_ = <PIPE>;
close PIPE;
--
( Georgi Georgiev ( To make tax forms true they should read (
) chutz@gg3.net ) "Income Owed Us" and "Incommode You". )
( +81(90)6266-1163 ( (
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2003-08-12 11:55 [gentoo-dev] Script to test instruction set Tavis Ormandy
2003-08-12 18:23 ` Georgi Georgiev
2003-08-13 5:04 ` Joerg Plate
2003-08-13 8:08 ` Georgi Georgiev
2003-08-13 8:24 99% ` Georgi Georgiev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox