Paweł Zuzelski wrote:
> On Fri, 09 Oct 2009, Douglas E. Engert wrote:
> 
>> I submitted an anonymous bug after trying the SVN version
>> of JXplorer, and found an error in the jxplorer.sh that
>> might work on Darwin, but not with "sh" on Solaris.
>> The change (1) below should read $(uname) not valid.
>>
>> The other change relate to setting the Kerberos environment
>> for the user so GSSAPI can be easily used, and to
>> pass in any additional command line arguments, usefull
>> when debugging bu add ing -D... options.
>>> (1) $(uname) not valid in sh  replace with `uname`
> 
> `` is obsolete and should not be used. If $() syntax does not work
> on Solaris, submit bug report to SUN.
> 

The jxplorer.sh is a script designed to run on any unix system
and thus uses the lowest common denominator for a shell, /bin/sh
that will run on any system, including Solaris.

Unfortunately the $(command) is one of the newer posix features.

So do you want jxplorer to run everywhere or not?







-- 

  Douglas E. Engert  <deeng...@anl.gov>
  Argonne National Laboratory
  9700 South Cass Avenue
  Argonne, Illinois  60439
  (630) 252-5444

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Jxplorer-devel mailing list
Jxplorer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to