Re: Installer Check to see if it's an Intel Mac
Re: Installer Check to see if it's an Intel Mac
- Subject: Re: Installer Check to see if it's an Intel Mac
- From: Graham J Lee <email@hidden>
- Date: Mon, 29 May 2006 20:39:58 +0100
On 29/5/06 18:29, Matthew Brewer wrote:
The suggestion to use ³arch² is fine, but I¹m not well acquainted with
scripting of any sort. So, I can call this command, and it returns a value.
And I would assume I would want to check that it is ³i386² and break if it
isn¹t (via the InstallationCheck returning a determined value of 16-31, from
what I understand).
mabinogi:~ leeg$ if [ `arch` = 'i386' ]; then echo "beige hardware" ;
elif [ `arch` = 'ppc' ]; then echo "white hardware" ; else echo "step
away from the cube..."; fi
Cheers,
Graham.
--
Graham Lee
UNIX Systems Manager,
Oxford Physics Practical Course
http://users.ox.ac.uk/~wadh1342
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden