Re: Test for BSD subsystem
Re: Test for BSD subsystem
- Subject: Re: Test for BSD subsystem
- From: John W Baxter <email@hidden>
- Date: Sun, 12 Jan 2003 21:37:49 -0800
- Envelope-to: email@hidden
At 23:40 +0100 1/12/2003, Harald E Brandt wrote:
>
As
>
an example: if I use perl only, then BSD is not needed, but if I use
>
python, then he needs to have BSD installed and I need to say that in
>
the system requirements.
You have to write the Perl code carefully (or not carelessly). Here a
small script which is very likely not to work without BSD subsystem
(because date is likely not to be present):
#!/usr/bin/perl -w
print `date`;
Frankly, I'd be surprised if any Perl script works.
--John
--
John Baxter email@hidden Port Ludlow, WA, USA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.